Changeset 1871993 in github
- Timestamp:
- Aug 8, 2011 4:54:30 AM (22 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- efc24a5
- Parents:
- 241450e
- File:
-
- 1 edited
-
program/js/app.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/js/app.js
r241450e r1871993 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.
