fixed bug that stopped the page draw trigger from happening (thanks crush123)

pull/377/head
Colin Marks 7 years ago
parent 529077edea
commit 7a6ff3585f

@ -84,7 +84,7 @@
}); });
table.on('draw', function() { table.on('draw', function() {
$('.searchFadeInput').trigger('redraw'); $('input', searchFade).trigger('redraw');
}); });
// API method to get the searchFade container node // API method to get the searchFade container node

Loading…
Cancel
Save