FIX: Letters between words incorrectly highlighted within post.

This commit is contained in:
Guo Xiang Tan
2019-04-03 15:57:51 +08:00
parent e8a4d72281
commit d1fa2b71cf
4 changed files with 18 additions and 8 deletions

View File

@@ -106,4 +106,3 @@ jQuery.fn.highlight = function (words, options) {
jQuery.highlight(this, re, settings.element, settings.className);
});
};