summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {