|
|
@ -16139,7 +16139,7 @@ BI.extend(jQuery.fn, { |
|
|
|
* @private |
|
|
|
* @private |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
__textKeywordMarked__: function (text, keyword, py) { |
|
|
|
__textKeywordMarked__: function (text, keyword, py) { |
|
|
|
if (!BI.isKey(keyword)) { |
|
|
|
if (!BI.isKey(keyword) || (text + "").length > 100) { |
|
|
|
return this.text((text + "").replaceAll(" ", " ")); |
|
|
|
return this.text((text + "").replaceAll(" ", " ")); |
|
|
|
} |
|
|
|
} |
|
|
|
keyword = keyword + ""; |
|
|
|
keyword = keyword + ""; |
|
|
|