diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-09-17 17:16:37 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-09-17 17:16:37 -0400 |
| commit | 2327352da7a15f866d54f418537a4f3eb514521b (patch) | |
| tree | dc44c3767de4ef73f4555c00688bd72e19e5fd90 /www | |
| parent | 551da5c869dec799ec592c7b822407900c0af934 (diff) | |
cleanup
Diffstat (limited to 'www')
| -rw-r--r-- | www/css/style.css | 2 | ||||
| -rw-r--r-- | www/js/DataModel.js | 2 |
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) { |
