mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 13:19:56 +09:00
issue 2578 fixed. layout edit page -> 'list button' add to page header.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11723 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
bf72a52ea0
commit
4d8fe5b607
3 changed files with 1476 additions and 198 deletions
|
|
@ -64,7 +64,7 @@ jQuery(function($){
|
|||
// Active Submenu Copy
|
||||
$xGnb_li.find('>ul>li.active_').clone().addClass('active').prependTo('#gnbNav');
|
||||
// GNB Hover toggle
|
||||
function reflow(){ // Chrome browser rendering bug fix
|
||||
function reflow(){ // Browser bug fix & resize height
|
||||
$xContent.width('99.99%');
|
||||
setTimeout(function(){
|
||||
$xContent.removeAttr('style');
|
||||
|
|
@ -129,6 +129,7 @@ jQuery(function($){
|
|||
$section.removeClass('collapse').children('h1:first').siblings().show();
|
||||
$this.removeClass('x_icon-chevron-down').addClass('x_icon-chevron-up');
|
||||
}
|
||||
reflow();
|
||||
});
|
||||
// Alert Closer
|
||||
var $xAlert = $('.x .x_alert');
|
||||
|
|
|
|||
1376
modules/admin/tpl/js/admin.min.js
vendored
1376
modules/admin/tpl/js/admin.min.js
vendored
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue