mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 19:42:15 +09:00
Language select layer bugfix.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12026 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
949594d103
commit
db975e2744
2 changed files with 2 additions and 2 deletions
|
|
@ -154,7 +154,7 @@ jQuery(function($){
|
||||||
if(!$this.find('a:focus').length){
|
if(!$this.find('a:focus').length){
|
||||||
$this.mouseleave();
|
$this.mouseleave();
|
||||||
}
|
}
|
||||||
}, 100);
|
}, 500);
|
||||||
});
|
});
|
||||||
// Check All
|
// Check All
|
||||||
$('.x th>input[type="checkbox"]')
|
$('.x th>input[type="checkbox"]')
|
||||||
|
|
|
||||||
2
modules/admin/tpl/js/admin.min.js
vendored
2
modules/admin/tpl/js/admin.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue