From f259e97e13049b951258e6818b05b4a870a83f3a Mon Sep 17 00:00:00 2001 From: Mateusz Uzdowski Date: Thu, 1 Aug 2019 13:35:01 +1200 Subject: [PATCH] jQuery 3 compatibility. --- javascript/DocumentationViewer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/DocumentationViewer.js b/javascript/DocumentationViewer.js index 3699710..4689de1 100755 --- a/javascript/DocumentationViewer.js +++ b/javascript/DocumentationViewer.js @@ -55,7 +55,7 @@ } }; - $(window).load(updateTables); + $(window).on('load', updateTables); $(window).on( "redraw",function() { switched = false;