Skip to content
Snippets Groups Projects
Commit 204a464a authored by Jonas Leder's avatar Jonas Leder
Browse files

message box shows for 10 secconds

parent 3cbb6133
Branches
Tags
No related merge requests found
......@@ -40,7 +40,7 @@
{% if snackbar %}
<script>
document.getElementById("snackbar").className = "show";
setTimeout(function(){ document.getElementById("snackbar").className = x.className.replace("show", ""); }, 3000);
setTimeout(function(){ document.getElementById("snackbar").className = x.className.replace("show", ""); }, 10000);
</script>
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment