From ce7f0a0f231f951f76c49cb4494441d22f254b1e Mon Sep 17 00:00:00 2001 From: ChanMyeong Date: Mon, 21 Jan 2013 05:47:17 +0000 Subject: [PATCH] Login widget error message function fixed. git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12574 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- layouts/bootstrap.layout/bootstrap.layout.js | 3 --- widgets/login_info/skins/bootstrap.login/bootstrap.login.js | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) 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