diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-12-24 17:33:18 -0500 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-12-24 17:33:18 -0500 |
| commit | bff6127032bd5155e4f9715d08b9693b5a2af913 (patch) | |
| tree | b3fbf02bdebaa22cfdfdb267c9e5ecd5c9099bed /www/js/DataModel.js | |
| parent | 2ebe8c3c3e4abacda72186c0b28233b036bd4fab (diff) | |
#122 - you can cancel auth attempts and go directly to login
Former-commit-id: 874cf34492aa09f69952a81c29626a9997f63602
Diffstat (limited to 'www/js/DataModel.js')
| -rw-r--r-- | www/js/DataModel.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js index 6d2bd45a..ebd95b10 100644 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -430,6 +430,7 @@ angular.module('zmApp.controllers') isReCaptcha: function() { var d=$q.defer(); + var myurl =loginData.url; zmLog ("Checking if reCaptcha is enabled in ZM..."); $http.get(myurl) |
