summaryrefslogtreecommitdiff
path: root/www/js/DevOptionsCtrl.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2020-05-08 15:48:01 -0400
committerPliable Pixels <pliablepixels@gmail.com>2020-05-08 15:48:01 -0400
commitbb08f870d985ad386356d0684667596582146c14 (patch)
tree2f04b219261095030aaa1b1a3ae98e7345bc8c3b /www/js/DevOptionsCtrl.js
parent46560c0d0a0a8f3cc457d39c9a5eadfce92228cf (diff)
make sure custom ID header/id changes with zmN app versions
Diffstat (limited to 'www/js/DevOptionsCtrl.js')
-rw-r--r--www/js/DevOptionsCtrl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/DevOptionsCtrl.js b/www/js/DevOptionsCtrl.js
index bbd1bc9a..2ad40bfa 100644
--- a/www/js/DevOptionsCtrl.js
+++ b/www/js/DevOptionsCtrl.js
@@ -149,7 +149,7 @@ angular.module('zmApp.controllers').controller('zmApp.DevOptionsCtrl', ['$scope'
$scope.useDefaultCustom = function() {
if ($scope.loginData.zmNinjaCustomId=='') {
- $scope.loginData.zmNinjaCustomId = 'zmNinja_'+NVR.getAppVersion();
+ $scope.loginData.zmNinjaCustomId = 'zmNinja_%APPVER%';
}