Cosmetic issues.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12556 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2013-01-15 05:40:19 +00:00
parent 1add50bc89
commit 04206e9b86
16 changed files with 101 additions and 94 deletions

View file

@ -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');
});