Skip to content

Commit

Permalink
Version 0.9.15
Browse files Browse the repository at this point in the history
Contributing Guidelines #1236
Wrap for attribute in quotes #963b051ecb
Ensure choice count is reflective of actual selected item count. #1171
Delete choice refactor #1232
Fix scroll issue in Prototype version #1213
Use the better supported offsetWidth property to get a fields width #1172
  • Loading branch information
pfiller committed Jun 3, 2013
1 parent 0eff585 commit e152772
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.14
0.9.15
2 changes: 1 addition & 1 deletion chosen.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"multiselect",
"dropdown"
],
"version": "0.9.14",
"version": "0.9.15",
"author": {
"name": "harvest",
"url": "http://getharvest.com"
Expand Down
2 changes: 1 addition & 1 deletion chosen/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.14
// Version 0.9.15
// Full source at https://github.com/harvesthq/chosen
// Copyright (c) 2011 Harvest http://getharvest.com

Expand Down
2 changes: 1 addition & 1 deletion chosen/chosen.jquery.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion chosen/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.14
// Version 0.9.15
// Full source at https://github.com/harvesthq/chosen
// Copyright (c) 2011 Harvest http://getharvest.com

Expand Down
2 changes: 1 addition & 1 deletion chosen/chosen.proto.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.14",
"version": "0.9.15",
"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

0 comments on commit e152772

Please sign in to comment.