Skip to content

Commit

Permalink
import and quicksearch error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-TBT committed Mar 28, 2024
1 parent c5ef8b1 commit 00c6dcf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions omero_tagsearch/templates/omero_tagsearch/tagnav.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@

{% block script %}
{{ block.super }}
<script type="text/javascript" src="{% static "3rdparty/jquery.tooltip/jquery.tooltip.pack.js" %}"></script>
<script src="{% static 'webclient/javascript/jquery.infieldlabel-0.1.js' %}" type="text/javascript"></script>
<script type="text/javascript" src="{% static "3rdparty/jquery.tablesorter-2.0.3/jquery.tablesorter.js" %}"></script>
<script type="text/javascript" src="{% static "3rdparty/jquery.quicksearch-1.0.js" %}"></script>
Expand Down Expand Up @@ -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')){
Expand All @@ -141,7 +140,6 @@

// Triggering the search and setting the delay
$('#id_search').trigger('keyup');
$('#id_search').data('quicksearch').options.delay = 300;
},
});

Expand Down

0 comments on commit 00c6dcf

Please sign in to comment.