Skip to content

Commit

Permalink
#321 - set correct bandwidth on first load
Browse files Browse the repository at this point in the history
  • Loading branch information
pliablepixels committed Sep 9, 2016
1 parent 790fc34 commit 0515a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 0515a66

Please sign in to comment.