새 리셋 툴 준비

This commit is contained in:
2018-03-26 00:27:51 +09:00
parent bc2c480986
commit a2100f503f
5 changed files with 311 additions and 12 deletions
+15 -2
View File
@@ -1,8 +1,10 @@
/*
function showCityGeneral(cityIdx){
}
*/
/*
function loadScenarioPreview(scenarioIdx){
$(function(){
reloadWorldMap({
@@ -15,7 +17,18 @@ function loadScenarioPreview(scenarioIdx){
});
});
}
*/
function loadScenarios(){
$.ajax({
method:'post',
url:'j_load_scenarios.php',
dataType:'json'
}).then(function(result){
});
}
$(function(){
loadScenarioPreview(8);
loadScenarios();
//loadScenarioPreview(8);
})