//small fix on BO login
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14141 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
+10
-6
@@ -4,15 +4,19 @@ $(document).ready(function() {
|
||||
|
||||
function displayForgotPassword() {
|
||||
$('#error').hide();
|
||||
$("#login").flip({
|
||||
direction: 'tb',
|
||||
color: '#FFF',
|
||||
content: $('#forgot_password')
|
||||
})
|
||||
$('#login_form').fadeOut('fast', function () {
|
||||
$("#forgot_password").fadeIn('fast');
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
function displayLogin() {
|
||||
$('#error').hide();
|
||||
$('#login').revertFlip();
|
||||
|
||||
$('#forgot_password').fadeOut('fast', function () {
|
||||
$("#login_form").fadeIn('fast');
|
||||
});
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user