diff --git a/omero_tagsearch/templates/omero_tagsearch/tagnav.html b/omero_tagsearch/templates/omero_tagsearch/tagnav.html index 5b05b0e..815527a 100644 --- a/omero_tagsearch/templates/omero_tagsearch/tagnav.html +++ b/omero_tagsearch/templates/omero_tagsearch/tagnav.html @@ -38,7 +38,6 @@ {% block script %} {{ block.super }} - @@ -121,7 +120,7 @@ $("#id_excludedTags").setSelectionOrder(selection_excl); $('#id_search').quicksearch('table#dataTable tbody tr', { - 'delay': 0, + 'delay': 300, 'loader': 'span.loading', 'show': function(){ if (!$(this).hasClass('hidfromcheckbox')){ @@ -141,7 +140,6 @@ // Triggering the search and setting the delay $('#id_search').trigger('keyup'); - $('#id_search').data('quicksearch').options.delay = 300; }, });