mirror of
https://github.com/Mottie/tablesorter.git
synced 2025-01-12 15:24:21 +00:00
Resize: addHeaderResizeEvent's table parameter fix for #687
This commit is contained in:
parent
e861f6c3fc
commit
f0d04d8b22
@ -131,6 +131,7 @@ ts.storage = function(table, key, value, options) {
|
||||
// Add a resize event to table headers
|
||||
// **************************
|
||||
ts.addHeaderResizeEvent = function(table, disable, settings) {
|
||||
table = $(table)[0]; // make sure we're usig a dom element
|
||||
var headers,
|
||||
defaults = {
|
||||
timer : 250
|
||||
|
Loading…
Reference in New Issue
Block a user