mirror of
https://github.com/myvesta/vesta.git
synced 2025-03-12 04:35:23 -07:00
authorize method fixed
This commit is contained in:
parent
c5f4fbfb82
commit
e4ae83f44e
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user