jQuery 3 compatibility.

This commit is contained in:
Mateusz Uzdowski 2019-08-01 13:35:01 +12:00 committed by Guy Marriott
parent 6dd75a2884
commit 8d1523346e
No known key found for this signature in database
GPG Key ID: A80F9ACCB86D3DA7

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;