diff options
Diffstat (limited to 'www/templates/reorder-modal.html')
| -rw-r--r-- | www/templates/reorder-modal.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |
