mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 12:02:24 +09:00
GNB expert menu bug fix.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12110 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
44691213c6
commit
a928f2618c
2 changed files with 2 additions and 58 deletions
|
|
@ -162,6 +162,7 @@ jQuery(function($){
|
||||||
// Expert Menu Toggle
|
// Expert Menu Toggle
|
||||||
$xGnb.find('.exMenu>button').click(function(){
|
$xGnb.find('.exMenu>button').click(function(){
|
||||||
$('#gnbNav').toggleClass('ex');
|
$('#gnbNav').toggleClass('ex');
|
||||||
|
reflow();
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
$('.gnb').gnb();
|
$('.gnb').gnb();
|
||||||
|
|
|
||||||
59
modules/admin/tpl/js/admin.min.js
vendored
59
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