mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-06 22:14:12 +00:00
feat: pagamento parcial comanda part2
This commit is contained in:
@@ -5,8 +5,9 @@ document.cookie = `pronto=0`;
|
||||
|
||||
function openModal() {
|
||||
document.getElementById('Modal-create-comanda').style.display = 'block';
|
||||
// HTMLDialogElement.show()
|
||||
// HTMLDialogElement.showModal()
|
||||
textField = document.getElementById('name-comanda')
|
||||
textField.focus()
|
||||
|
||||
}
|
||||
|
||||
function closeModal() {
|
||||
|
||||
Reference in New Issue
Block a user