diff options
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 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); }; |
