Not sure why, but this code breaks html5Numeric

Just commenting it out for now, I want to figure out why it's actually updating wrong and fix it but rather then releasing something broken till then commenting it out allows things to function again.
This commit is contained in:
Justin F. Hallett 2013-06-10 09:32:26 -06:00
parent 767929411f
commit 262e455663

View File

@ -603,9 +603,11 @@ $.tablesorter.filterFormatter = {
});
// hidden filter update (.tsfilter) namespace trigger by filter widget
$cell.find('input[type=hidden]').bind('change.tsfilter', function(){
updateNumber( this.value );
});
// FIXME TheSin, Not sure why but this breaks updates
// Commenting out till it's fixed.
//$cell.find('input[type=hidden]').bind('change.tsfilter', function(){
// updateNumber( this.value );
//});
// has sticky headers?
c.$table.bind('stickyHeadersInit', function(){