Remove tablesorter
We haven't used it for a while now.
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
[% IF project.jobsets.size > 0 %]
|
||||
<p>This project has the following jobsets:</p>
|
||||
|
||||
<table class="tablesorter table table-striped table-condensed clickable-rows">
|
||||
<table class="table table-striped table-condensed clickable-rows">
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
@ -119,7 +119,7 @@
|
||||
|
||||
<p>This project has made the following releases:</p>
|
||||
|
||||
<table class="tablesorter table table-condensed table-striped clickable-rows">
|
||||
<table class="table table-condensed table-striped clickable-rows">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
|
Reference in New Issue
Block a user