diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-01-21 02:52:58 +0100 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-01-21 02:52:58 +0100 |
| commit | ca3ae3a43bb47cb2b97b6878ea28d9eef0db25ca (patch) | |
| tree | 25fa739cd34bd3f9eb47287bf39624011ae879d3 /StoneIsland/www/js/lib/auth/LoginView.js | |
| parent | 33bb292fa3a37c1398559771e5a682d8d84c56d3 (diff) | |
scroll to field, archive fix, hide not available
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 504827c8..8af25914 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.co.uk/pages/forgotten-password", '_system') + window.open("http://www.stoneisland.com/pages/forgotten-password", '_system') }, validate_presence: { |
