js2ts: hallOfFame

This commit is contained in:
2021-08-30 01:43:01 +09:00
parent 372b4bbb3f
commit 4ea2b963fa
5 changed files with 28 additions and 14 deletions
-10
View File
@@ -1,10 +0,0 @@
jQuery(function($){
$('#by_scenario').change(function(){
var $this = $(this);
var scenarioIdx = $this.val();
var seasonIdx = $(this).find('option:selected').data('season');
$.redirect('a_hallOfFame.php', {scenarioIdx:scenarioIdx, seasonIdx:seasonIdx}, 'get');
})
});