forked from Cavemanon/cavepaintings
grab tablesorter lib with composer
This commit is contained in:
2
lib/jquery.tablesorter-2.0.5.min.js
vendored
2
lib/jquery.tablesorter-2.0.5.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -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");
|
||||
|
Reference in New Issue
Block a user