Skip to content

Commit

Permalink
resolves pr#194
Browse files Browse the repository at this point in the history
resolves #191
  • Loading branch information
nobleclem committed Mar 2, 2023
1 parent d9f4c28 commit f4b8148
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.4.22 (2023-03-02)
===================
resolves pr#194
resolves #191

2.4.21 (2022-03-15)
===================
resolves pr#183
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "nobleclem",
"name": "jQuery-MultiSelect",
"description": "Turn a multiselect list into a nice and easy to use list with checkboxes",
"version": "2.4.21",
"version": "2.4.22",
"main": [
"jquery.multiselect.js",
"jquery.multiselect.css"
Expand Down
4 changes: 2 additions & 2 deletions jquery.multiselect.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Display a nice easy to use multiselect list
* @Version: 2.4.21
* @Version: 2.4.22
* @Author: Patrick Springstubbe
* @Contact: @JediNobleclem
* @Website: springstubbe.us
Expand Down Expand Up @@ -877,7 +877,7 @@

var thisOption = $('<label/>', {
for : 'ms-opt-'+ msOptCounter
}).html( option.name );
}).text( optionNameText );

var thisCheckbox = $('<input>', {
type : 'checkbox',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Patrick Springstubbe",
"url" : "http://springstubbe.us"
},
"version": "2.4.21",
"version": "2.4.22",
"main": "jquery.multiselect.js",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit f4b8148

Please sign in to comment.