mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 09:05:56 +00:00
jQuery 3 compatibility.
This commit is contained in:
parent
eba2d4536c
commit
f259e97e13
@ -55,7 +55,7 @@
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
$(window).load(updateTables);
|
$(window).on('load', updateTables);
|
||||||
$(window).on(
|
$(window).on(
|
||||||
"redraw",function() {
|
"redraw",function() {
|
||||||
switched = false;
|
switched = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user