mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 03:52:15 +09:00
Select site when length of site is 1
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12126 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3a935d6541
commit
cbaf10002a
2 changed files with 63 additions and 1 deletions
|
|
@ -761,6 +761,10 @@ jQuery(function($){
|
||||||
}
|
}
|
||||||
|
|
||||||
setListSize($siteList, MAX_LIST_HEIGHT - $siteFinder.parent("div").height());
|
setListSize($siteList, MAX_LIST_HEIGHT - $siteFinder.parent("div").height());
|
||||||
|
|
||||||
|
if(list.length == 1){
|
||||||
|
$siteList.find('a').trigger('click');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$siteFinder.keyup(function(){
|
$siteFinder.keyup(function(){
|
||||||
|
|
|
||||||
60
modules/admin/tpl/js/admin.min.js
vendored
60
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