From dd219cec7a649419ded370774b0ca9eba5a8ef05 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 22 Nov 2019 15:01:33 -0500 Subject: log orientation now that we are using it with timeline --- www/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js') 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'); -- cgit v1.2.3