Changeset 5027 in subversion
- Timestamp:
- Aug 8, 2011 4:54:30 AM (22 months ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/js/app.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/js/app.js
r5026 r5027 3690 3690 li.onmouseover = function(){ ref.ksearch_select(this); }; 3691 3691 li.onmouseup = function(){ ref.ksearch_click(this) }; 3692 li._rcm_id = i;3692 li._rcm_id = this.env.contacts.length + i; 3693 3693 ul.appendChild(li); 3694 3694 maxlen -= 1;
Note: See TracChangeset
for help on using the changeset viewer.
