Skip to content

Commit bd8c6a5

Browse files
committed
Update to version 0.9.13
Better container reference #1151 Fix issue when destroying last choice #1149 Use selectedIndex for tracking change events. #1147 Better IE Disabling #1144 Dropdown use css positioning for top position #1143 Fix bug when deleting last item #1142 Percentage Width Support #1141 CSS Centering Fix #1120 Use New CoffeeScript #1125 Chosen License #1111 Update placeholder text with ``liszt:updated`` #1107 Fix strange event bubbling #1055
1 parent f35063f commit bd8c6a5

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.12
1+
0.9.13

chosen.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"multiselect",
88
"dropdown"
99
],
10-
"version": "0.9.12",
10+
"version": "0.9.13",
1111
"author": {
1212
"name": "harvest",
1313
"url": "http://getharvest.com"

chosen/chosen.jquery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Chosen, a Select Box Enhancer for jQuery and Protoype
22
// by Patrick Filler for Harvest, http://getharvest.com
33
//
4-
// Version 0.9.12
4+
// Version 0.9.13
55
// Full source at https://github.com/harvesthq/chosen
66
// Copyright (c) 2011 Harvest http://getharvest.com
77

chosen/chosen.jquery.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

chosen/chosen.proto.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Chosen, a Select Box Enhancer for jQuery and Protoype
22
// by Patrick Filler for Harvest, http://getharvest.com
33
//
4-
// Version 0.9.12
4+
// Version 0.9.13
55
// Full source at https://github.com/harvesthq/chosen
66
// Copyright (c) 2011 Harvest http://getharvest.com
77

chosen/chosen.proto.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "harvest",
33
"name": "chosen",
4-
"version": "0.9.12",
4+
"version": "0.9.13",
55
"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.",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)