mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 00:32:15 +09:00
Reduce unnecessary use of site_srl
This commit is contained in:
parent
e25e2df6a8
commit
f844d30690
9 changed files with 38 additions and 99 deletions
|
|
@ -2389,7 +2389,7 @@ jQuery(function($){
|
|||
for(var i=0; i<nLen; i++){
|
||||
$SiteSelector.append($("<option>").val(aSiteList[i].site_srl).html(aSiteList[i].domain));
|
||||
}
|
||||
$SiteSelector.show();
|
||||
$SiteSelector.hide();
|
||||
}
|
||||
$.xeShowMenuSelector($container, "0");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue