Skip to content

Commit d9686bf

Browse files
committed
Merged in [10616] from lars@netapp.com:
Disable the js tablesort stuff for a truncate result, per Henrik. - Legacy-Id: 10646 Note: SVN reference [10616] has been migrated to Git commit 180a08c
1 parent 8f7ebb8 commit d9686bf

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

ietf/templates/doc/search/search_results.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
</div>
1414
{% endif %}
1515

16-
<table class="table table-condensed table-striped tablesorter">
16+
{% comment %}
17+
Disable the js tablesort stuff for a truncate result, per Henrik.
18+
{% endcomment %}
19+
<table class="table table-condensed table-striped {% if not meta.max %}tablesorter{% endif %}">
1720
<thead>
1821
<tr>
1922
<th class="sorter-false"></th>

0 commit comments

Comments
 (0)