From 05b159088251c6ff0162c437bea2bbce898802cc Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Thu, 10 Sep 2020 14:55:11 -0400 Subject: handle whitespaces by making sure our row height is never more than devWidth --- www/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/app.js') diff --git a/www/js/app.js b/www/js/app.js index a21d2da1..57eb9a3f 100755 --- a/www/js/app.js +++ b/www/js/app.js @@ -1487,7 +1487,7 @@ angular.module('zmApp', [ NVR.computeDeviceSize(); $rootScope.$broadcast('sizechanged'); - },300); + },100); }; -- cgit v1.2.3