From e833e8601f25756fdbdf8b06732f2a3d2fba53ae Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Mon, 18 Aug 2014 18:03:54 +0200 Subject: Show icons (person, group) in autocomplete popup --- program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/js') diff --git a/program/js/app.js b/program/js/app.js index 845a48000..20ad93a1a 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -4583,7 +4583,7 @@ function rcube_webmail() id = i + this.env.contacts.length; $('
  • ').attr('id', 'rcmkSearchItem' + id) .attr('role', 'option') - .html(this.quote_html(text.replace(new RegExp('('+RegExp.escape(value)+')', 'ig'), '##$1%%')).replace(/##([^%]+)%%/g, '$1')) + .html('' + this.quote_html(text.replace(new RegExp('('+RegExp.escape(value)+')', 'ig'), '##$1%%')).replace(/##([^%]+)%%/g, '$1')) .addClass(type || '') .appendTo(ul) .mouseover(function() { ref.ksearch_select(this); }) -- cgit v1.2.3