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