mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 00:32:15 +09:00
Cosmetic issues.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12556 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1add50bc89
commit
04206e9b86
16 changed files with 101 additions and 94 deletions
|
|
@ -1413,12 +1413,12 @@ jQuery(function($){
|
|||
});
|
||||
var details = $('.x .dsTg td.tg>*:not(:first-child)');
|
||||
simpleBtn.click(function(){
|
||||
details.slideUp(200);
|
||||
details.hide();
|
||||
detailBtn.removeClass('x_active');
|
||||
simpleBtn.addClass('x_active');
|
||||
});
|
||||
detailBtn.click(function(){
|
||||
details.slideDown(200);
|
||||
details.show();
|
||||
detailBtn.addClass('x_active');
|
||||
simpleBtn.removeClass('x_active');
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue