diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2020-04-29 19:16:24 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2020-04-29 19:16:24 -0400 |
| commit | 7a704700a777dc328996d5b89486af29bdc535d0 (patch) | |
| tree | 72bbfafd3383414db84d27ca780467ddc7f631f3 /www/js | |
| parent | 03e46e00243e841333d653609e9fecd19031ad29 (diff) | |
change icons
Diffstat (limited to 'www/js')
| -rw-r--r-- | www/js/EventCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js index b195d6eb..be276131 100644 --- a/www/js/EventCtrl.js +++ b/www/js/EventCtrl.js @@ -2802,7 +2802,7 @@ angular.module('zmApp.controllers') noBackdrop:true, scope: $scope, template: toastStr, - // template: '<button class="button button-clear icon-left ion-close-circled button-text-wrap" ng-click="cancelSearch()" >' + toastStr + '</button>' + //template: '<button class="button button-clear icon-left ion-close-circled button-text-wrap" ng-click="cancelSearch()" >' + toastStr + '</button>' }); loadingStr = "none"; |
