diff --git a/htdocs/js/atsebayt.js b/htdocs/js/atsebayt.js index b9e2b02..bb14663 100644 --- a/htdocs/js/atsebayt.js +++ b/htdocs/js/atsebayt.js @@ -294,7 +294,7 @@ angular.module("AtsebaytApp") $('.card-text').each(function (k, i) { var e = $(i) - e.html(e.text().replace(new RegExp('(' + words + ')', 'g'), '$1')) + e.html(e.text().replace(new RegExp('(' + words + ')', 'gi'), '$1')) }) }