jQuery 3 compatibility.

This commit is contained in:
Mateusz Uzdowski 2019-08-01 13:35:01 +12:00
parent eba2d4536c
commit f259e97e13
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
} }
}; };
$(window).load(updateTables); $(window).on('load', updateTables);
$(window).on( $(window).on(
"redraw",function() { "redraw",function() {
switched = false; switched = false;