diff options
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/devoptions.html | 8 | ||||
| -rw-r--r-- | www/templates/reorder-modal.html | 2 |
2 files changed, 2 insertions, 8 deletions
diff --git a/www/templates/devoptions.html b/www/templates/devoptions.html index b0884da2..ceca335c 100644 --- a/www/templates/devoptions.html +++ b/www/templates/devoptions.html @@ -162,16 +162,10 @@ </label> <label> - <ion-toggle ng-model="loginData.persistMontageOrder" ng-checked="{{loginData.persistMontageOrder}}" toggle-class="toggle-calm">{{'kPersistHidden' | translate}}</ion-toggle> - </label> - - <label> <ion-toggle ng-model="loginData.forceImageModePath" ng-checked="{{loginData.forceImageModePath}}" toggle-class="toggle-calm"> {{'kForceImagePath' | translate}}</ion-toggle> </label> - <label> - <ion-toggle ng-model="loginData.enableh264" ng-checked="{{loginData.enableh264}}" toggle-class="toggle-calm"> {{'kH264VideoSupport' | translate}}</ion-toggle> - </label> + <!-- <label> diff --git a/www/templates/reorder-modal.html b/www/templates/reorder-modal.html index 4e3ce82d..f58d567c 100644 --- a/www/templates/reorder-modal.html +++ b/www/templates/reorder-modal.html @@ -19,7 +19,7 @@ <ion-content > <div class="list"> <span ng-repeat="item in copyMontage"> - <a class="item item-icon-left" ng-click="toggleDelete($index)" href=""> + <a class="item item-icon-left" ng-click="toggleHide($index)" href=""> <i ng-class="{'icon ion-eye':item.Monitor.listDisplay=='show','icon ion-eye-disabled':item.Monitor.listDisplay!='show'}"> </i> {{item.Monitor.Name}} </a> |
