diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-09 19:15:05 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-09 19:15:05 -0400 |
| commit | 425bb3acd2c9e34040d5c351b3d468c8bb21d886 (patch) | |
| tree | a398f78df331f0491d7054316c641bfb67d69aaa /www/js | |
| parent | 42537efa2f6d17db89a4b708ded2f16cedf6c2a8 (diff) | |
#321 - set correct bandwidth on first load
Former-commit-id: 52d7ad809e1e0513a90ba64a544256655a4fe3e2
Diffstat (limited to 'www/js')
| -rw-r--r-- | 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 a4cf59f7..8a1ab925 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -1108,7 +1108,7 @@ angular.module('zmApp', [ $rootScope.db = null; - $rootScope.runMode = "highbw"; + $rootScope.runMode = NVRDataModel.getBandwidth(); $rootScope.platformOS = "desktop"; NVRDataModel.log("Device is ready"); |
