새 세부 서버 인스톨러 준비
This commit is contained in:
@@ -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);
|
||||
})
|
||||
Reference in New Issue
Block a user