diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-05-05 11:45:19 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-05-05 11:45:19 -0400 |
| commit | e337593cc65dac19eeb29fc99b7def02fdbc55ed (patch) | |
| tree | b0d1e5797e478063dfce50ccb81148406d5ccee1 /www/js/app.js | |
| parent | 65869bd131cc2f05a09a0a0ca360f4c514828116 (diff) | |
#241 - lots of fixes, now switching between fid=XXX and path=YYYY mode depending on API version and other muti-server fixes
Former-commit-id: 57ace2fa05175a07a5565c24820f5f56c6cfd2e0
Diffstat (limited to 'www/js/app.js')
| -rw-r--r-- | www/js/app.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/app.js b/www/js/app.js index 664511be..dca1aa6e 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -1034,6 +1034,7 @@ angular.module('zmApp', [ $rootScope.online = true; $rootScope.showBlog = false; $rootScope.newBlogPost=""; + $rootScope.apiVersion = ""; //$rootScope.minAlarmCount = "1"; |
