diff --git a/include/layout.js b/include/layout.js index d79bd341f5..8ab4f86385 100644 --- a/include/layout.js +++ b/include/layout.js @@ -2508,7 +2508,12 @@ function loadUrl(options) { closeDateFilters(); - clearAllTimeouts(); + /** + * commenting out as this is causing issues in + * current browsers with the current jQuery. + * + * clearAllTimeouts(); + */ $.ajaxQ.abortAll(); return $.get(options.url)