Skip to content

Commit

Permalink
QA: Fixing issues with tooltips not closing
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness committed Nov 26, 2024
1 parent de57e21 commit c7a46e2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion include/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c7a46e2

Please sign in to comment.