diff options
Diffstat (limited to 'www')
| -rw-r--r-- | www/js/EventServer.js | 2 | ||||
| -rw-r--r-- | www/templates/eventserversettings.html | 6 |
2 files changed, 2 insertions, 6 deletions
diff --git a/www/js/EventServer.js b/www/js/EventServer.js index 7dcb6937..ad5f673a 100644 --- a/www/js/EventServer.js +++ b/www/js/EventServer.js @@ -536,7 +536,7 @@ angular.module('zmApp.controllers') "ios": { "alert": "true", "badge": "true", - "sound": ld.soundOnPush, + "sound": "true", //"sound": "true", "clearBadge": "true", //"fcmSandbox": "true" diff --git a/www/templates/eventserversettings.html b/www/templates/eventserversettings.html index a56652e4..ea5080aa 100644 --- a/www/templates/eventserversettings.html +++ b/www/templates/eventserversettings.html @@ -26,11 +26,7 @@ <br /> <p>{{'kDisablePush' | translate }}</p> </ion-toggle> - <!-- vibrate app setting is not av. on iOS--> - <ion-toggle ng-if="loginData.isUseEventServer && $root.platformOS !='ios'" ng-model="loginData.vibrateOnPush" - toggle-class="toggle-calm">{{'kVibrateOnPush'| translate }}</ion-toggle> - <ion-toggle ng-if="loginData.isUseEventServer" ng-model="loginData.soundOnPush" toggle-class="toggle-calm" class="item-text-wrap">{{'kSoundOnPush'| - translate }}</ion-toggle> + <ion-list> <div ng-repeat="monitor in monitors"> |
