Remove all jQuery UI tooltips
Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>
This commit is contained in:
parent
8e4c5c97c1
commit
6cfcd906fa
@ -107,6 +107,9 @@ AJAX.registerOnload('table/select.js', function () {
|
||||
var $searchForm = $(this);
|
||||
event.preventDefault();
|
||||
|
||||
// Remove all jQuery UI tooltips. See #19950
|
||||
$('.ui-tooltip').remove();
|
||||
|
||||
// empty previous search results while we are waiting for new results
|
||||
$('#sqlqueryresultsouter').empty();
|
||||
var $msgbox = Functions.ajaxShowMessage(Messages.strSearching, false);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user