summaryrefslogtreecommitdiff
path: root/www/js/DataModel.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-04-20 20:10:03 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-04-20 20:10:03 -0400
commitf60a57d706f71950fb3a15438eba13053c59eaa7 (patch)
tree2bbbc44a21cbcbb8acf8f1e74110aa266c961d48 /www/js/DataModel.js
parent52d5e10e4c3d3728f85d8a9a40a975cef5ab9ddb (diff)
typos
Diffstat (limited to 'www/js/DataModel.js')
-rwxr-xr-xwww/js/DataModel.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js
index 4ac38097..e062945d 100755
--- a/www/js/DataModel.js
+++ b/www/js/DataModel.js
@@ -1753,7 +1753,7 @@ angular.module('zmApp.controllers')
if ($rootScope.authSession == 'undefined') {
log ("Now that we have monitors, lets get AuthKey...");
- getAuthKey(monitors[0].Monitor.Id, (Math.floor((Math.random() * 999999) + 1)).toString())
+ getAuthKey(monitors[0].Monitor.Id, (Math.floor((Math.random() * 999999) + 1)).toString());
}
monitors.sort(function (a, b) {
return parseInt(a.Monitor.Sequence) - parseInt(b.Monitor.Sequence);