bugfix merge for double selection.

pull/46/head
Nils Kenneweg 12 years ago
parent 7162f911ea
commit 31c248b163
  1. 2
      public/javascripts/select2.js

@ -1316,6 +1316,8 @@ the specific language governing permissions and limitations under the Apache Lic
self.opts.populateResults.call(this, results, data.results, {term: term, page: page, context:context});
self.postprocessResults(data);
if (data.more===true) {
more.detach().appendTo(results).text(self.opts.formatLoadMore(page+1));
window.setTimeout(function() { self.loadMoreIfNeeded(); }, 10);

Loading…
Cancel
Save