Skip to content

Commit

Permalink
Update min files and selectWoo, coding standards.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfabian committed Jun 16, 2020
1 parent 14a26ac commit 40f7c2d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/js/selectWoo/selectWoo.full.js
Expand Up @@ -1792,7 +1792,7 @@ S2.define('select2/selection/placeholder',[
Placeholder.prototype.createPlaceholder = function (decorated, placeholder) {
var $placeholder = this.selectionContainer();

$placeholder.html(this.display(placeholder));
$placeholder.text(Utils.entityDecode(this.display(placeholder)));
$placeholder.addClass('select2-selection__placeholder')
.removeClass('select2-selection__choice');

Expand Down
2 changes: 1 addition & 1 deletion assets/js/selectWoo/selectWoo.full.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/selectWoo/selectWoo.js
Expand Up @@ -1792,7 +1792,7 @@ S2.define('select2/selection/placeholder',[
Placeholder.prototype.createPlaceholder = function (decorated, placeholder) {
var $placeholder = this.selectionContainer();

$placeholder.html(this.display(placeholder));
$placeholder.text(Utils.entityDecode(this.display(placeholder)));
$placeholder.addClass('select2-selection__placeholder')
.removeClass('select2-selection__choice');

Expand Down
2 changes: 1 addition & 1 deletion assets/js/selectWoo/selectWoo.min.js

Large diffs are not rendered by default.

0 comments on commit 40f7c2d

Please sign in to comment.