Changeset 5027 in subversion


Ignore:
Timestamp:
Aug 8, 2011 4:54:30 AM (22 months ago)
Author:
alec
Message:
  • Fix inserting autocomplete entry (with MT enebled)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/js/app.js

    r5026 r5027  
    36903690        li.onmouseover = function(){ ref.ksearch_select(this); }; 
    36913691        li.onmouseup = function(){ ref.ksearch_click(this) }; 
    3692         li._rcm_id = i; 
     3692        li._rcm_id = this.env.contacts.length + i; 
    36933693        ul.appendChild(li); 
    36943694        maxlen -= 1; 
Note: See TracChangeset for help on using the changeset viewer.