js2ts: hallOfFame

This commit is contained in:
2021-08-30 01:43:01 +09:00
parent 3f81fb759d
commit b4d4d90784
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');
})
});