1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Aggiunto pulsante Salva e chiudi per ritornare all'elenco del modulo

This commit is contained in:
Dasc3er
2021-03-15 11:10:46 +01:00
parent 6deca4bd9b
commit a07234ec4b
7 changed files with 32 additions and 12 deletions

View File

@@ -25,7 +25,7 @@ include_once __DIR__.'/../../core.php';
echo '
<script>
$(document).ready(function() {
$("#save").hide();
$("#save-buttons").hide();
});
</script>';