Changeset 1871993 in github


Ignore:
Timestamp:
Aug 8, 2011 4:54:30 AM (22 months ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
efc24a5
Parents:
241450e
Message:
  • Fix inserting autocomplete entry (with MT enebled)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/js/app.js

    r241450e r1871993  
    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.