Changeset 6143 in subversion


Ignore:
Timestamp:
May 4, 2012 6:06:37 AM (13 months ago)
Author:
thomasb
Message:

Fix multi-threaded autocompletion when number of threads > number of sources

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/js/app.js

    r6135 r6143  
    38133813    for (i=0; i<threads; i++) { 
    38143814      source = this.ksearch_data.sources.shift(); 
    3815       if (threads > 1 && source === null) 
     3815      if (threads > 1 && source === undefined) 
    38163816        break; 
    38173817 
Note: See TracChangeset for help on using the changeset viewer.