Trigger change event on first load
This commit is contained in:
parent
9a439680f5
commit
6a82e9e925
|
@ -82,4 +82,6 @@ preprocessor.load(function(data) {
|
||||||
slyelement.obj.reload();
|
slyelement.obj.reload();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$("#seasonByYearSelector").trigger("change");
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue