diff --git a/layouts/bootstrap.layout/bootstrap.layout.js b/layouts/bootstrap.layout/bootstrap.layout.js index 3ca6f2e0c..fc95108b5 100644 --- a/layouts/bootstrap.layout/bootstrap.layout.js +++ b/layouts/bootstrap.layout/bootstrap.layout.js @@ -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'); diff --git a/widgets/login_info/skins/bootstrap.login/bootstrap.login.js b/widgets/login_info/skins/bootstrap.login/bootstrap.login.js index 77fc13584..7a216469d 100644 --- a/widgets/login_info/skins/bootstrap.login/bootstrap.login.js +++ b/widgets/login_info/skins/bootstrap.login/bootstrap.login.js @@ -47,4 +47,6 @@ jQuery(function($){ $acWarning.slideUp(200); } }); + // Login Error + $('#fo_login_widget .message').parent('.well').show(); }); \ No newline at end of file