diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-03-04 22:37:20 +0100 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-03-04 22:37:20 +0100 |
| commit | 08c203b4dc4b9fdacd9aa0f2f2074dbd7d431a80 (patch) | |
| tree | 40719f082ec67774654d10f50a332ea06ba23bb8 /StoneIsland/www/js/lib/auth/LoginView.js | |
| parent | 3a7ab01806ec52c048284029613b9bdaa0f6ec25 (diff) | |
checkin stuff
Diffstat (limited to 'StoneIsland/www/js/lib/auth/LoginView.js')
| -rwxr-xr-x | StoneIsland/www/js/lib/auth/LoginView.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/auth/LoginView.js b/StoneIsland/www/js/lib/auth/LoginView.js index 88a15f7e..d7968c22 100755 --- a/StoneIsland/www/js/lib/auth/LoginView.js +++ b/StoneIsland/www/js/lib/auth/LoginView.js @@ -33,7 +33,7 @@ var LoginView = FormView.extend({ }, forgot_password: function(){ - window.open("http://www.stoneisland.com//r/passwordrecovery/recoveryrequest", '_system') + window.open("http://www.stoneisland.com/", '_system') }, validate_presence: { |
