Updated tablesorter to v2.29.6 and fixed sorting issue in browser

This commit is contained in:
bergware
2018-03-01 20:06:12 +01:00
parent 9706054dfe
commit 657c19c751
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ if ($user) {
$set = explode("\n",str_replace(",\n",",",preg_replace("/(cache|disk)/","\n$1",$set[0]))); $i = 0;
}
echo "<thead><tr><th>Type</th><th>Name</th><th>Size</th><th>Last Modified</th><th>Location</th></tr></thead>";
echo "<thead><tr><th>Type</th><th class='sorter-text'>Name</th><th>Size</th><th>Last Modified</th><th>Location</th></tr></thead>";
if ($link = parent_link()) echo "<tbody class='tablesorter-infoOnly'><tr><td><div><img src='/webGui/icons/folderup.png'></div></td><td>$link</td><td colspan='3'></td></tr></tbody>";
foreach ($file as $row) {