remove unnecessary disable-sort-click

pull/134/head
Aevann 2023-02-24 07:32:53 +02:00
parent 112ef66616
commit 78505b403d
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<thead class="bg-primary text-white"> <thead class="bg-primary text-white">
<tr> <tr>
<th>Name</th> <th>Name</th>
<th class="disable-sort-click">Blocking since</td> <th>Blocking since</td>
</tr> </tr>
</thead> </thead>
<tbody id="blockers-table"> <tbody id="blockers-table">

View File

@ -6,7 +6,7 @@
<thead class="bg-primary text-white"> <thead class="bg-primary text-white">
<tr> <tr>
<th>Name</th> <th>Name</th>
<th class="disable-sort-click">Following since</td> <th>Following since</td>
{% if v.id == u.id %} {% if v.id == u.id %}
<th class="disable-sort-click"></th> <th class="disable-sort-click"></th>
{% endif %} {% endif %}