mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 21:59:55 +09:00
/modules/member/ UI Cleaning.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11777 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2bfa12d829
commit
978a9e272f
14 changed files with 243 additions and 246 deletions
|
|
@ -250,7 +250,6 @@ $.fn.xeModalWindow = function(){
|
|||
} else {
|
||||
$this.trigger('open.mw');
|
||||
}
|
||||
|
||||
return false;
|
||||
})
|
||||
.bind('open.mw', function(){
|
||||
|
|
|
|||
4
modules/admin/tpl/js/admin.min.js
vendored
4
modules/admin/tpl/js/admin.min.js
vendored
|
|
@ -52,6 +52,9 @@ jQuery(function($){
|
|||
var $this = $(this);
|
||||
$this.parent('li').addClass('x_active').siblings().removeClass('x_active');
|
||||
$this.closest('.x_nav-tabs').next('.x_tab-content').find('>.x_tab-pane').eq($this.attr('data-index')-1).addClass('x_active').show().siblings().removeClass('x_active').hide();
|
||||
|
||||
$(this).parents('.x_tabbable').trigger('tab_change', [parseInt($(this).attr('data-index'))-1, $(this)]);
|
||||
|
||||
return false;
|
||||
});
|
||||
// GNB
|
||||
|
|
@ -247,7 +250,6 @@ $.fn.xeModalWindow = function(){
|
|||
} else {
|
||||
$this.trigger('open.mw');
|
||||
}
|
||||
|
||||
return false;
|
||||
})
|
||||
.bind('open.mw', function(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue