Skip to content

Commit

Permalink
replace _chosen with _chzn
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman committed Aug 24, 2016
1 parent 691be65 commit 2686df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/jui/js/chosen.jquery.js
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ This file is generated by `grunt build`, do not edit it by hand.
'title': this.form_field.title
};
if (this.form_field.id.length) {
container_props.id = this.form_field.id.replace(/[^\w]/g, '_') + "_chosen";
container_props.id = this.form_field.id.replace(/[^\w]/g, '_') + "_chzn";
}
this.container = $("<div />", container_props);
if (this.is_multiple) {
Expand Down

0 comments on commit 2686df5

Please sign in to comment.