summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-09-17 17:16:37 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-09-17 17:16:37 -0400
commit2327352da7a15f866d54f418537a4f3eb514521b (patch)
treedc44c3767de4ef73f4555c00688bd72e19e5fd90 /www
parent551da5c869dec799ec592c7b822407900c0af934 (diff)
cleanup
Diffstat (limited to 'www')
-rw-r--r--www/css/style.css2
-rw-r--r--www/js/DataModel.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/css/style.css b/www/css/style.css
index e0d21763..175a8748 100644
--- a/www/css/style.css
+++ b/www/css/style.css
@@ -122,7 +122,7 @@ ion-popover-view.fit ion-content {
bottom: 0;
left: 0;
right: 0;
- width: 100%
+ width: 100%;
}
diff --git a/www/js/DataModel.js b/www/js/DataModel.js
index d4249b31..8b282aee 100644
--- a/www/js/DataModel.js
+++ b/www/js/DataModel.js
@@ -1903,7 +1903,7 @@ angular.module('zmApp.controllers')
req = req + "&auth=" + myauthtoken;
// req = req + "&command=17";
- debug("DataModel: Pausing live stream ck:" + ck+" for "+name);
+ debug("DataModel: Pausing live stream ck:" + ck+" for "+name + " url:"+url);
return $http.get(req + "&command=1")
.then(
function (s) {