mirror of
https://github.com/Mottie/tablesorter.git
synced 2025-01-12 15:24:21 +00:00
Fix demos that included togglable parsed data
This commit is contained in:
parent
70c20caeb0
commit
87d2ef7da9
@ -173,7 +173,7 @@
|
|||||||
|
|
||||||
// append hidden parsed value to cell
|
// append hidden parsed value to cell
|
||||||
// used by feet-inch-fraction & metric parser demos
|
// used by feet-inch-fraction & metric parser demos
|
||||||
var addParsedValues = function($t, cols, format){
|
window.addParsedValues = function($t, cols, format){
|
||||||
var r,
|
var r,
|
||||||
$r = $t.find('tbody tr'),
|
$r = $t.find('tbody tr'),
|
||||||
c = $t[0].config.cache[0].normalized;
|
c = $t[0].config.cache[0].normalized;
|
||||||
|
Loading…
Reference in New Issue
Block a user