summaryrefslogtreecommitdiff
path: root/www/js/DataModel.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-04-14 15:21:38 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-04-14 15:21:38 -0400
commit057f40889202702fc8464b4d6f68dc1863bec6d7 (patch)
tree7f912b03b7a14cd393f3f895aee3f103b7a2c145 /www/js/DataModel.js
parent7e6d5602ad08bc7f0054de92ca82768208c48d6b (diff)
typo
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 f18b38ed..a98b9af5 100755
--- a/www/js/DataModel.js
+++ b/www/js/DataModel.js
@@ -1392,7 +1392,7 @@ angular.module('zmApp.controllers')
// Skipping monitor number as I only need an auth key
// so no need to generate an image
- var myurl = loginData.url + "/index.php?view=watch&mid=" + mid
+ var myurl = loginData.url + "/index.php?view=watch&mid=" + mid ;
debug("DataModel: Getting auth from " + myurl + " with mid=" + mid);
$http.get(myurl)
.then(function (success) {