새 세부 서버 인스톨러 준비

This commit is contained in:
2018-03-24 16:54:51 +09:00
parent 6f186125e3
commit 6068e1d618
12 changed files with 283 additions and 196 deletions
+21
View File
@@ -0,0 +1,21 @@
function showCityGeneral(cityIdx){
}
function loadScenarioPreview(scenarioIdx){
$(function(){
reloadWorldMap({
clickableAll:true,
selectCallback:showCityGeneral,
hrefTemplate:'#',
neutralView:true,
showMe:false,
targetJson:'j_get_scenario_map.php?scenarioIdx={0}'.format(scenarioIdx)
});
});
}
$(function(){
loadScenarioPreview(8);
})