Skip to content

Commit

Permalink
Remove commented template code
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Jul 4, 2023
1 parent 54170d9 commit 56e3471
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/resources/scm.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,8 @@
<div class="form_item_block checkbox_row material_options">
<input id="shallow_clone2" type="checkbox" ng-model="shallow_clone2" ng-init="shallow_clone2 = shallow_clone"
ng-change="shallow_clone = shallow_clone2" ng-true-value="true" ng-false-value="false" tabindex="6"/>
<input id="shallow_clone" type="hidden" ng-model="shallow_clone" value="{{shallow_clone}}"/>
<label>Shallow clone (recommended for large repositories)</label>
<!-- <input type="radio" ng-model="email_smtp_ssl" value="true" checked="checked"/> Yes-->
<!-- <input type="radio" ng-model="email_smtp_ssl" value="false"/> No-->
<input id="shallow_clone" type="hidden" ng-model="shallow_clone" value="{{shallow_clone}}"/>

<span class="form_error" ng-show="GOINPUTNAME[shallow_clone].$error.server">
{{ GOINPUTNAME[shallow_clone].$error.server }}
Expand Down

0 comments on commit 56e3471

Please sign in to comment.