mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Login widget error message function fixed.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12574 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c3e997f99d
commit
ce7f0a0f23
2 changed files with 2 additions and 3 deletions
3
layouts/bootstrap.layout/bootstrap.layout.js
vendored
3
layouts/bootstrap.layout/bootstrap.layout.js
vendored
|
|
@ -7,9 +7,6 @@ jQuery(function($){
|
|||
$($(this).attr('href')).attr('tabindex','0').focus();
|
||||
});
|
||||
|
||||
// Login Error
|
||||
$('#fo_login_widget .message').parent('.well').show();
|
||||
|
||||
// GNB
|
||||
var $gnb = $('.gnb');
|
||||
var $gnb_drop_toggle = $gnb.find('a.dropdown-toggle');
|
||||
|
|
|
|||
|
|
@ -47,4 +47,6 @@ jQuery(function($){
|
|||
$acWarning.slideUp(200);
|
||||
}
|
||||
});
|
||||
// Login Error
|
||||
$('#fo_login_widget .message').parent('.well').show();
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue