* Add space.

This commit is contained in:
tianshujie
2021-12-21 17:01:47 +08:00
parent 7b918d91f0
commit 03a86096c7
+1 -1
View File
@@ -18,7 +18,7 @@ function addItem(obj)
$(obj).closest('tr').after('<tr class="addedItem">' + item + '</tr>');
$('.colorpicker #color' + i).colorPicker();
i++;
i ++;
}
function deleteItem(obj)