Changeset 241450e in github


Ignore:
Timestamp:
Aug 6, 2011 3:27: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:
1871993
Parents:
85e7a3d
Message:
  • Fix unlocking in abort_request() (#1488025)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/js/app.js

    r9f07d1d r241450e  
    36123612    this.ksearch_value = q; 
    36133613 
     3614    this.ksearch_destroy(); 
     3615 
    36143616    // ...string is empty 
    36153617    if (!q.length) 
     
    36193621    if (old_value && old_value.length && this.env.contacts && !this.env.contacts.length && q.indexOf(old_value) == 0) 
    36203622      return; 
    3621  
    3622     this.ksearch_destroy(); 
    36233623 
    36243624    var i, lock, source, xhr, reqid = new Date().getTime(), 
     
    56605660      r.request.abort(); 
    56615661    if (r.lock) 
    5662       this.set_busy(r.lock, false); 
     5662      this.set_busy(false, null, r.lock); 
    56635663  }; 
    56645664 
Note: See TracChangeset for help on using the changeset viewer.