mirror of
https://github.com/myvesta/vesta
synced 2025-07-12 08:06:43 -07:00
authorize method fixed
This commit is contained in:
parent
c5f4fbfb82
commit
e4ae83f44e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue