문구 수정
This commit is contained in:
parent
4d6af35c42
commit
2f72402aaa
@ -68,7 +68,7 @@
|
||||
} else {
|
||||
nextTd.find("p").hide();
|
||||
if (nextTd.find("input.user-input").length === 0) {
|
||||
nextTd.append('<input type="number" class="user-input" placeholder="Enter amount" oninput="updateHiddenInput(this); setSumTotal();" />');
|
||||
nextTd.append('<input type="number" class="user-input" placeholder="금액" oninput="updateHiddenInput(this); setSumTotal();" />');
|
||||
}
|
||||
nextTd.find("input[type=hidden]").val('0');
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user