mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
#1354 로그인 영역 서브 메뉴가 안나오는 이슈 처리.
This commit is contained in:
parent
fc09d56ad2
commit
79b2643a08
1 changed files with 2 additions and 3 deletions
|
|
@ -64,11 +64,10 @@
|
||||||
// login popup
|
// login popup
|
||||||
$hoverEl.on('mouseenter mouseleave focusin focusout',function(e){
|
$hoverEl.on('mouseenter mouseleave focusin focusout',function(e){
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
$this = $(this);
|
|
||||||
if(e.type == 'mouseenter' || e.type == 'focusin'){
|
if(e.type == 'mouseenter' || e.type == 'focusin'){
|
||||||
$this.addClass('on');
|
$(this).addClass('on');
|
||||||
} else {
|
} else {
|
||||||
$this.removeClass('on');
|
$(this).removeClass('on');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue