Changeset 241450e in github
- Timestamp:
- Aug 6, 2011 3:27:30 AM (22 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 1871993
- Parents:
- 85e7a3d
- File:
-
- 1 edited
-
program/js/app.js (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/js/app.js
r9f07d1d r241450e 3612 3612 this.ksearch_value = q; 3613 3613 3614 this.ksearch_destroy(); 3615 3614 3616 // ...string is empty 3615 3617 if (!q.length) … … 3619 3621 if (old_value && old_value.length && this.env.contacts && !this.env.contacts.length && q.indexOf(old_value) == 0) 3620 3622 return; 3621 3622 this.ksearch_destroy();3623 3623 3624 3624 var i, lock, source, xhr, reqid = new Date().getTime(), … … 5660 5660 r.request.abort(); 5661 5661 if (r.lock) 5662 this.set_busy( r.lock, false);5662 this.set_busy(false, null, r.lock); 5663 5663 }; 5664 5664
Note: See TracChangeset
for help on using the changeset viewer.
