grab tablesorter lib with composer

This commit is contained in:
Daku
2016-05-12 21:03:39 +01:00
parent 5f4ba46463
commit 57fb4e0a34
4 changed files with 10 additions and 13 deletions

File diff suppressed because one or more lines are too long

View File

@@ -5,7 +5,8 @@ $(document).ready(function() {
jQuery.timeago.settings.cutoff = 365 * 24 * 60 * 60 * 1000; // Display original dates older than 1 year
$("time").timeago();
$("TABLE.sortable").tablesorter();
/** Setup tablesorter **/
$("table.sortable").tablesorter();
$(".shm-clink").each(function(idx, elm) {
var target_id = $(elm).data("clink-sel");