diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-11-22 15:01:33 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-11-22 15:01:33 -0500 |
| commit | dd219cec7a649419ded370774b0ca9eba5a8ef05 (patch) | |
| tree | b653b21c95b0ca785c6e5ebb784d5fcbecddeada /www/js/app.js | |
| parent | b1754589ad88fe7ef7e19cdc29c5cf1b88718393 (diff) | |
log orientation now that we are using it with timeline
Diffstat (limited to 'www/js/app.js')
| -rwxr-xr-x | www/js/app.js | 2 |
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'); |
