mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 13:35:42 +00:00
style: alteração icones e fixação barra nav
This commit is contained in:
@@ -5,10 +5,10 @@ function openModal() {
|
||||
}
|
||||
|
||||
|
||||
function open_remove_product_comanda() {
|
||||
document.getElementById('remove-product-comanda').style.display = 'block';
|
||||
// alert('Produto removido com sucesso!');
|
||||
}
|
||||
// function open_remove_product_comanda() {
|
||||
// document.getElementById('remove-product-comanda').style.display = 'block';
|
||||
// // alert('Produto removido com sucesso!');
|
||||
// }
|
||||
|
||||
function modal_payment_comanda() {
|
||||
document.getElementById('payment-comanda').style.display = 'block';
|
||||
@@ -23,9 +23,9 @@ function closeModal() {
|
||||
}
|
||||
|
||||
|
||||
function removeCloseModal() {
|
||||
document.getElementById('remove-product-comanda').style.display = 'none';
|
||||
}
|
||||
// function removeCloseModal() {
|
||||
// document.getElementById('remove-product-comanda').style.display = 'none';
|
||||
// }
|
||||
|
||||
function imprimirFichas() {
|
||||
const element = document.getElementById("list-products-comanda");
|
||||
|
||||
Reference in New Issue
Block a user