summaryrefslogtreecommitdiff
path: root/www/js/WizardCtrl.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-07-11 16:44:30 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-07-11 16:44:30 -0400
commitb6a29b41e89b0e889c93453a7ee1bc3bc8c5c245 (patch)
treed340018e2c17bc8a88937f326058dec66869ac00 /www/js/WizardCtrl.js
parentc546f24d6feea212d07fefade7a45f246560dd21 (diff)
#668 - initial rough in - works, but needs cleanup and testing. Also, Wizard still uses scrape as API url is not known
Diffstat (limited to 'www/js/WizardCtrl.js')
-rw-r--r--www/js/WizardCtrl.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/WizardCtrl.js b/www/js/WizardCtrl.js
index a0bc1b06..62bc213c 100644
--- a/www/js/WizardCtrl.js
+++ b/www/js/WizardCtrl.js
@@ -461,6 +461,7 @@ angular.module('zmApp.controllers').controller('zmApp.WizardCtrl', ['$scope', '$
noBackdrop: true,
duration: zm.httpTimeout
});
+ NVRDataModel.setCurrentServerVersion("");
login(u, zmu, zmp)
.then(function (success) {
$ionicLoading.hide();