Skip to content

Commit

Permalink
Version change 0.10.0
Browse files Browse the repository at this point in the history
Show disabled options #1262
Only attempt to hide the dropdown if it's showing #1277
Add more margin for single selects with allow_single_deselect #1257
  • Loading branch information
pfiller committed Jun 17, 2013
1 parent ae7667d commit c72a662
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "harvest",
"name": "chosen",
"version": "0.9.15",
"version": "0.10.0",
"description": "Chosen is a JavaScript plugin that makes long, unwieldy select boxes much more user-friendly. It is currently available in both jQuery and Prototype flavors.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion public/chosen.jquery.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Chosen, a Select Box Enhancer for jQuery and Prototype
// by Patrick Filler for Harvest, http://getharvest.com
//
// Version 0.9.15
// Version 0.10.0
// Full source at https://github.com/harvesthq/chosen
// Copyright (c) 2011 Harvest http://getharvest.com

Expand Down
4 changes: 2 additions & 2 deletions public/chosen.jquery.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/chosen.min.css

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions public/chosen.proto.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Chosen, a Select Box Enhancer for jQuery and Prototype
// by Patrick Filler for Harvest, http://getharvest.com
//
// Version 0.9.15
// Version 0.10.0
// Full source at https://github.com/harvesthq/chosen
// Copyright (c) 2011 Harvest http://getharvest.com

Expand Down Expand Up @@ -1003,7 +1003,6 @@
if (this.results_showing && this.result_highlight) {
next_sib = this.result_highlight.next('.active-result');
if (next_sib) {
console.dir(next_sib);
return this.result_do_highlight(next_sib);
}
} else {
Expand Down
4 changes: 2 additions & 2 deletions public/chosen.proto.min.js

Large diffs are not rendered by default.

0 comments on commit c72a662

Please sign in to comment.