Trigger change event on first load

This commit is contained in:
Jan Philipp Timme 2017-12-29 22:16:16 +01:00
parent 9a439680f5
commit 6a82e9e925
1 changed files with 2 additions and 0 deletions

View File

@ -82,4 +82,6 @@ preprocessor.load(function(data) {
slyelement.obj.reload();
});
$("#seasonByYearSelector").trigger("change");
});