From b6a29b41e89b0e889c93453a7ee1bc3bc8c5c245 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 11 Jul 2018 16:44:30 -0400 Subject: #668 - initial rough in - works, but needs cleanup and testing. Also, Wizard still uses scrape as API url is not known --- www/js/WizardCtrl.js | 1 + 1 file changed, 1 insertion(+) (limited to 'www/js/WizardCtrl.js') 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(); -- cgit v1.2.3