Files
core/hwe/js/hallOfFame.js
T
2018-07-11 03:03:52 +09:00

7 lines
271 B
JavaScript

jQuery(function($){
$('#by_scenario').change(function(){
var scenarioIdx = $(this).val();
$.redirect('a_hallOfFame.php', {scenarioIdx:scenarioIdx}, 'get');
})
//$.redirect("processing.php",{ commandtype: commandtype, turn: turn}, 'post');
});