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:
ChanMyeong 2013-01-21 05:47:17 +00:00
parent c3e997f99d
commit ce7f0a0f23
2 changed files with 2 additions and 3 deletions

View file

@ -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');

View file

@ -47,4 +47,6 @@ jQuery(function($){
$acWarning.slideUp(200);
}
});
// Login Error
$('#fo_login_widget .message').parent('.well').show();
});