Update Portal Auth and Cursed Screech (#30)

This commit is contained in:
Nick
2018-07-16 22:21:02 -04:00
committed by Sebastian Kinne
parent a517d2e4d4
commit ac9df1c5bb
76 changed files with 2585 additions and 5974 deletions

View File

@@ -228,6 +228,11 @@ $(document).on('mouseenter', '.pa_hoverDanger', function() {
<input type="checkbox" ng-model="cloner_stripForms"><strong>Strip Forms</strong>
</label>
</div>
<div class="col-md-6">
<label class="checkbox-inline">
<input type="checkbox" ng-model="cloner_targetedPortal"><strong>Targeted Portal</strong>
</label>
</div>
</div>
<div class="col-md-12" style="margin-top: 20px; text-align: center">
<button class="btn btn-success btn-block" ng-click="clonePortal();">Clone Portal</button>