From e337593cc65dac19eeb29fc99b7def02fdbc55ed Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Thu, 5 May 2016 11:45:19 -0400 Subject: #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 --- www/js/app.js | 1 + 1 file changed, 1 insertion(+) (limited to 'www/js/app.js') 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"; -- cgit v1.2.3