We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f4fbf commit e4ae83fCopy full SHA for e4ae83f
web/js/actions.js
@@ -7,7 +7,7 @@ App.Actions.authorize = function()
7
App.View.popup('login');
8
}
9
10
-App.Actions.do_authorise = function()
+App.Actions.do_authorize = function()
11
{
12
$('#authorize-error').text('');
13
App.Ajax.request('MAIN.signin', {'login':$('#authorize-login').val(), 'password':$('#authorize-login'.val())}, function(reply)
0 commit comments