aboutsummaryrefslogtreecommitdiffstats
path: root/client/templates/client/doc_edit.html
diff options
context:
space:
mode:
authorAndrea Lepori <alepori@student.ethz.ch>2020-07-21 21:47:09 +0200
committerAndrea Lepori <alepori@student.ethz.ch>2020-07-21 21:47:09 +0200
commita531c5e12a65ac7c216bb3f91e510c1d31fbb06e (patch)
treec306bfc36f54815759cfe4b15b8f296865e2b70e /client/templates/client/doc_edit.html
parentmodify gitignore (diff)
downloadscout-subs-7aa4a6aebbb65ca67da189e8c231d5dc330d5652.tar.gz
scout-subs-7aa4a6aebbb65ca67da189e8c231d5dc330d5652.zip
static files, last improvements0.1
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()