Skip to content

Commit 995daaf

Browse files
committed
1 parent 64c829a commit 995daaf

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

dist/js/brutusin-json-forms.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,7 @@ if (typeof brutusin === "undefined") {
528528
var td3 = document.createElement("td");
529529
td3.className = "item-value";
530530
var removeButton = document.createElement("button");
531+
removeButton.className = "remove";
531532
appendChild(removeButton, document.createTextNode("x"), s);
532533
var computRowCount = function () {
533534
for (var i = 0; i < table.rows.length; i++) {

0 commit comments

Comments
 (0)