mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
GNB expert menu bug fix.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12123 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6ed7e2043a
commit
e5365a09ce
4 changed files with 24 additions and 16 deletions
|
|
@ -137,6 +137,9 @@ jQuery(function($){
|
|||
$xGnb.find('>a[href="#gnbNav"]').click(function(){
|
||||
$(this).parent('.gnb').toggleClass('open');
|
||||
$xBody.toggleClass('wide');
|
||||
if($(window).width() <= 980 && !$xGnb.hasClass('open')){
|
||||
$('#gnbNav').removeClass('ex');
|
||||
}
|
||||
reflow();
|
||||
|
||||
// remember status
|
||||
|
|
@ -147,7 +150,6 @@ jQuery(function($){
|
|||
}else{
|
||||
setCookie('__xe_admin_gnb_status', 'close', d);
|
||||
}
|
||||
|
||||
return false;
|
||||
});
|
||||
|
||||
|
|
|
|||
2
modules/admin/tpl/js/admin.min.js
vendored
2
modules/admin/tpl/js/admin.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue