diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-11-01 18:02:35 -0500 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-11-01 18:02:35 -0500 |
| commit | cc6d8a9efcc4206f382cfd9915fce6be488881d5 (patch) | |
| tree | cee96fcc534be589d61b3c5f36da423edd54b49d /www/js/app.js | |
| parent | 31c333acc1239c12611210c72ae8c64170d4eda5 (diff) | |
nots
Diffstat (limited to 'www/js/app.js')
| -rw-r--r-- | www/js/app.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/js/app.js b/www/js/app.js index 45b5f56c..a5e0d07c 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -566,8 +566,14 @@ angular.module('zmApp', [ if (ZMDataModel.isLoggedIn()) { console.log("State transition is authorized"); + return; } + else + { + + + } if (requireLogin) { |
