diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-10-21 09:14:48 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-10-21 09:14:48 -0400 |
| commit | c24e0850bddaf1d96df01131f5647dea6eaf04f2 (patch) | |
| tree | be4f6d8d2b569013a5db4496424723d427e58bfe /www/js/DevOptionsCtrl.js | |
| parent | 29762558bffe6ce7999b9952ec506ec027b117ce (diff) | |
#353 - help text
Former-commit-id: 104d01c126fd6120291b2d250b699aa0eac0def6
Diffstat (limited to 'www/js/DevOptionsCtrl.js')
| -rw-r--r-- | www/js/DevOptionsCtrl.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/js/DevOptionsCtrl.js b/www/js/DevOptionsCtrl.js index 56924ddf..2fc9115b 100644 --- a/www/js/DevOptionsCtrl.js +++ b/www/js/DevOptionsCtrl.js @@ -27,6 +27,7 @@ angular.module('zmApp.controllers').controller('zmApp.DevOptionsCtrl', ['$scope' }, { reload: true }); + return; } }; @@ -54,6 +55,11 @@ angular.module('zmApp.controllers').controller('zmApp.DevOptionsCtrl', ['$scope' NVRDataModel.setAwake(false); }); + + $scope.isTzSupported = function() + { + return NVRDataModel.isTzSupported(); + }; //------------------------------------------------------------------ // Perform the login action when the user submits the login form |
