mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
merged in bug fixes and cleanup
This commit is contained in:
parent
b2ea3a54ec
commit
6ccc256faf
BIN
README.markdown
BIN
README.markdown
Binary file not shown.
@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* TableSorter 2.3.10 - Client-side table sorting with ease!
|
||||
* TableSorter 2.3.11 - Client-side table sorting with ease!
|
||||
* @requires jQuery v1.2.6+
|
||||
*
|
||||
* Copyright (c) 2007 Christian Bach
|
||||
@ -511,7 +511,7 @@
|
||||
dynamicExp += "}; ";
|
||||
}
|
||||
dynamicExp += "return 0; ";
|
||||
dynamicExp += "}; "; console.log(dynamicExp);
|
||||
dynamicExp += "}; ";
|
||||
cache.normalized.sort(eval(dynamicExp)); // sort using eval expression
|
||||
}
|
||||
if (tc.debug) { benchmark("Sorting on " + sortList.toString() + " and dir " + order+ " time", sortTime); }
|
||||
|
4
js/jquery.tablesorter.min.js
vendored
4
js/jquery.tablesorter.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user