mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 07:11:42 +09:00
Merge branch 'develop' of github.com:xpressengine/xe-core into develop
This commit is contained in:
commit
801198bdba
5 changed files with 11 additions and 12 deletions
|
|
@ -63,11 +63,10 @@
|
|||
// login popup
|
||||
$hoverEl.on('mouseenter mouseleave focusin focusout',function(e){
|
||||
e.preventDefault();
|
||||
$this = $(this);
|
||||
if(e.type == 'mouseenter' || e.type == 'focusin'){
|
||||
$this.addClass('on');
|
||||
$(this).addClass('on');
|
||||
} else {
|
||||
$this.removeClass('on');
|
||||
$(this).removeClass('on');
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue