diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-20 20:10:03 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-20 20:10:03 -0400 |
| commit | f60a57d706f71950fb3a15438eba13053c59eaa7 (patch) | |
| tree | 2bbbc44a21cbcbb8acf8f1e74110aa266c961d48 /www/js/DataModel.js | |
| parent | 52d5e10e4c3d3728f85d8a9a40a975cef5ab9ddb (diff) | |
typos
Diffstat (limited to 'www/js/DataModel.js')
| -rwxr-xr-x | www/js/DataModel.js | 2 |
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); |
