Language select layer bugfix.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12024 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-11-01 04:54:28 +00:00
parent 2bb0278425
commit ce02432626
2 changed files with 2 additions and 59 deletions

View file

@ -154,7 +154,7 @@ jQuery(function($){
if(!$this.find('a:focus').length){
$this.mouseleave();
}
}, 0);
}, 100);
});
// Check All
$('.x th>input[type="checkbox"]')

File diff suppressed because one or more lines are too long