diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-05-10 11:37:32 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-05-10 11:37:32 -0400 |
| commit | da48c504975617bceb9191a06229d5c730f335f8 (patch) | |
| tree | b68077efcc1010c73f6fe871b15ee6bcad38b058 /www/js/WizardCtrl.js | |
| parent | be54fb1534f20ff0cc622ff2e7f8734a5fc22752 (diff) | |
general cleanup, also object notes tweaks, removed authSession undefined foo
Diffstat (limited to 'www/js/WizardCtrl.js')
| -rw-r--r-- | www/js/WizardCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/WizardCtrl.js b/www/js/WizardCtrl.js index 5ca0aa25..c1a2ca57 100644 --- a/www/js/WizardCtrl.js +++ b/www/js/WizardCtrl.js @@ -678,7 +678,7 @@ angular.module('zmApp.controllers').controller('zmApp.WizardCtrl', ['$scope', '$ function validateData() { - $rootScope.authSession = 'undefined'; + $rootScope.authSession = ''; $rootScope.zmCookie = ''; $scope.wizard.portalValidText = ""; |
