diff options
Diffstat (limited to 'www/js')
| -rwxr-xr-x | www/js/app.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/js/app.js b/www/js/app.js index 9bf7e0a7..466a9a2a 100755 --- a/www/js/app.js +++ b/www/js/app.js @@ -1794,6 +1794,9 @@ angular.module('zmApp', [ .then(function (succ) { // console.log ("FOUND " + JSON.stringify(succ) + ":"+succ); if (succ) { + if ( succ == 'app.invalidapi' || succ == 'app.refresh') { + succ = 'app.montage'; + } $rootScope.lastState = succ.name; if ($rootScope.lastState.indexOf("app.") == -1) { $rootScope.lastState = "app." + $rootScope.lastState; |
