Updating to latest version of chosen.

gh-pages
Patrick Filler 2011-07-08 16:55:04 -04:00
parent cffe5a09a7
commit 6d81952999
1 changed files with 12 additions and 12 deletions

View File

@ -141,6 +141,7 @@
Chosen.prototype.container_click = function(evt) {
if (evt && evt.type === "click") {
evt.stop();
}
if (!this.pending_destroy_click) {
if (!this.active_field) {
if (this.is_multiple) {
@ -155,7 +156,6 @@
} else {
return this.pending_destroy_click = false;
}
}
};
Chosen.prototype.mouse_enter = function() {
return this.mouse_on_container = true;