Skip to content

Commit 4165b96

Browse files
committed
1 parent 995daaf commit 4165b96

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/js/brutusin-json-forms-bootstrap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if (("undefined" === typeof $ || "undefined" === typeof $.fn || "undefined" ===
3939
element.className += " chosen-select form-control";
4040
} else if (tagName === "button") {
4141
if (element.className === "remove") {
42-
element.className += " glyphicon glyphicon-remove-circle";
42+
element.className += " glyphicon glyphicon-remove";
4343
while (element.firstChild) {
4444
element.removeChild(element.firstChild);
4545
}

dist/js/brutusin-json-forms-bootstrap.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.

src/js/brutusin-json-forms-bootstrap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if (("undefined" === typeof $ || "undefined" === typeof $.fn || "undefined" ===
3939
element.className += " chosen-select form-control";
4040
} else if (tagName === "button") {
4141
if (element.className === "remove") {
42-
element.className += " glyphicon glyphicon-remove-circle";
42+
element.className += " glyphicon glyphicon-remove";
4343
while (element.firstChild) {
4444
element.removeChild(element.firstChild);
4545
}

0 commit comments

Comments
 (0)