From f3fb72eee5a6ffe94990d4d97c1e9aed35575433 Mon Sep 17 00:00:00 2001 From: Andrea Lepori Date: Thu, 30 Jul 2020 12:33:01 +0200 Subject: block debug actions and confirm for approve doc --- server/templates/server/upload_doc.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'server/templates') diff --git a/server/templates/server/upload_doc.html b/server/templates/server/upload_doc.html index 334a819..3650cd8 100644 --- a/server/templates/server/upload_doc.html +++ b/server/templates/server/upload_doc.html @@ -25,9 +25,7 @@ - Anteprima documento -
@@ -41,7 +39,8 @@
@@ -61,6 +60,13 @@ {% endblock %} {% block script %} +function confirm() { + var button = document.getElementById('send_button') + button.innerHTML = "Sicuro?" + button.setAttribute('onclick', "document.getElementById('form').submit()") + button.setAttribute('class', "waves-effect waves-light btn green") +} + function send() { var form = document.getElementById('preview_form') var action = document.getElementById('code_submit') -- cgit v1.2.1