mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Merge pull request #1162 from Drumsticks1/master
Fixed memory leak caused by sticky headers widget (#1034)
This commit is contained in:
commit
ca24e6b550
@ -281,7 +281,7 @@
|
|||||||
.add(wo.stickyHeaders_yScroll)
|
.add(wo.stickyHeaders_yScroll)
|
||||||
.add(wo.stickyHeaders_attachTo)
|
.add(wo.stickyHeaders_attachTo)
|
||||||
.unbind( ('scroll resize '.split(' ').join(namespace)).replace(/\s+/g, ' ') );
|
.unbind( ('scroll resize '.split(' ').join(namespace)).replace(/\s+/g, ' ') );
|
||||||
ts.addHeaderResizeEvent(table, false);
|
ts.addHeaderResizeEvent(table, true);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user