From 1871993b21741a408bf57868a02b03aed5e58fbc Mon Sep 17 00:00:00 2001 From: alecpl Date: Mon, 8 Aug 2011 08:54:30 +0000 Subject: - Fix inserting autocomplete entry (with MT enebled) --- program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/js/app.js b/program/js/app.js index e698e3164..9334dc8e2 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -3689,7 +3689,7 @@ function rcube_webmail() li.innerHTML = text.replace(new RegExp('('+RegExp.escape(s_val)+')', 'ig'), '##$1%%').replace(//g, '>').replace(/##([^%]+)%%/g, '$1'); li.onmouseover = function(){ ref.ksearch_select(this); }; li.onmouseup = function(){ ref.ksearch_click(this) }; - li._rcm_id = i; + li._rcm_id = this.env.contacts.length + i; ul.appendChild(li); maxlen -= 1; } -- cgit v1.2.3