diff --git a/static/js/script.js b/static/js/script.js index d3912f6..6ff6074 100644 --- a/static/js/script.js +++ b/static/js/script.js @@ -47,3 +47,5 @@ $('.destructive-confirm').click(function (ev) { ev.stopPropagation(); } }); + +$('#noscript').hide(); diff --git a/templates/base.html b/templates/base.html index 8ac608d..6771fc5 100644 --- a/templates/base.html +++ b/templates/base.html @@ -56,15 +56,13 @@ {% endfor %} {% endif %}{% endwith %} -