@@ -29,11 +29,11 @@
if (text.toLowerCase().indexOf(term) === -1) {
$(this).addClass('stag-filter-hide');
}
- else {
+ /*else {
let re = new RegExp('(' + term + ')', 'ig');
text = text.replace(re, '<span class="stag-filter-highlight">$&</span>');
td.html(text);
- }
+ }*/
});
}, 100);