From 67349599aadc6f7785142a21684aee4efc3730e5 Mon Sep 17 00:00:00 2001 From: evgfilim1 Date: Sun, 19 Aug 2018 16:07:41 +0500 Subject: [PATCH] Improve noscript detection --- static/js/script.js | 2 ++ templates/base.html | 12 +++++------- 2 files changed, 7 insertions(+), 7 deletions(-) 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 %} -