mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 16:22:20 +02:00
2284 - Replace JQuery Autocompleter plugin by JQuery UI Autocomplete widget - Cleanup tableHover
This commit is contained in:
@@ -76,8 +76,6 @@ function ExportRun(data) {
|
||||
if (data.mime_type == 'text/html') {
|
||||
$('#export-content').parent().html(data.text_result);
|
||||
$('#export-text-result').show();
|
||||
$('#export-text-result .listResults').tableHover();
|
||||
$('#export-text-result .listResults').tablesorter({widgets: ['myZebra']});
|
||||
}
|
||||
else {
|
||||
if ($('#export-text-result').closest('ui-dialog').length == 0) {
|
||||
|
||||
Reference in New Issue
Block a user