Reduce unnecessary use of site_srl

This commit is contained in:
Kijin Sung 2018-12-29 10:45:37 +09:00
parent e25e2df6a8
commit f844d30690
9 changed files with 38 additions and 99 deletions

View file

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