aboutsummaryrefslogtreecommitdiffstats
path: root/client/templates/client/doc_create.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/templates/client/doc_create.html')
-rw-r--r--client/templates/client/doc_create.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/templates/client/doc_create.html b/client/templates/client/doc_create.html
index 710ba29..82d23ff 100644
--- a/client/templates/client/doc_create.html
+++ b/client/templates/client/doc_create.html
@@ -117,7 +117,8 @@ $(document).ready(function(){
{% if error %}
M.toast({html: '{{ error_text}}', classes: 'orange'})
{% endif %}
- });
+});
+
function send(id) {
var form = document.getElementById('form')
var action = document.getElementById('action')