Skip to content

Commit 180a08c

Browse files
committed
Disable the js tablesort stuff for a truncate result, per Henrik.
- Legacy-Id: 10616
1 parent b90208e commit 180a08c

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)