From c7a46e2e1bf876d0870b8680511586dc8aceebe5 Mon Sep 17 00:00:00 2001 From: TheWitness Date: Tue, 26 Nov 2024 16:15:19 -0500 Subject: [PATCH] QA: Fixing issues with tooltips not closing --- include/layout.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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)