diff options
Diffstat (limited to 'www/js/EventServer.js')
| -rw-r--r-- | www/js/EventServer.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/EventServer.js b/www/js/EventServer.js index b9182b6f..352ff327 100644 --- a/www/js/EventServer.js +++ b/www/js/EventServer.js @@ -153,7 +153,7 @@ angular.module('zmApp.controllers') if (str.version == undefined) str.version = "0.1"; if (versionCompare(str.version, zm.minEventServerVersion) == -1) { - $ionicPopup.alert({ + $rootScope.zmPopup= $ionicPopup.alert({ title: 'Event Server version not supported', template: 'You are running version ' + str.version + ". Please upgrade to " + zm.minEventServerVersion |
