summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2019-11-22 15:01:33 -0500
committerPliable Pixels <pliablepixels@gmail.com>2019-11-22 15:01:33 -0500
commitdd219cec7a649419ded370774b0ca9eba5a8ef05 (patch)
treeb653b21c95b0ca785c6e5ebb784d5fcbecddeada
parentb1754589ad88fe7ef7e19cdc29c5cf1b88718393 (diff)
log orientation now that we are using it with timeline
-rwxr-xr-xwww/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js
index 690c60c6..b5c2c6f4 100755
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -1465,7 +1465,7 @@ angular.module('zmApp', [
$rootScope.devWidth = ((window.innerWidth > 0) ? window.innerWidth : screen.width);
$rootScope.devHeight = ((window.innerHeight > 0) ? window.innerHeight : screen.height);
- //console.log("********NEW Computed Dev Width & Height as" + $rootScope.devWidth + "*" + $rootScope.devHeight);
+ NVR.debug("resize/orient: " + $rootScope.devWidth + "(w) * " + $rootScope.devHeight+"(h)");
$rootScope.$broadcast('sizechanged');