diff --git a/web/js/actions.js b/web/js/actions.js index ee990d6a..3ba2416d 100644 --- a/web/js/actions.js +++ b/web/js/actions.js @@ -7,7 +7,7 @@ App.Actions.authorize = function() App.View.popup('login'); } -App.Actions.do_authorise = function() +App.Actions.do_authorize = function() { $('#authorize-error').text(''); App.Ajax.request('MAIN.signin', {'login':$('#authorize-login').val(), 'password':$('#authorize-login'.val())}, function(reply)