From 1bc0beefabe6a81daddeda8d06d2841d3287ec2c Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Fri, 3 Jul 2015 02:51:48 -0400 Subject: [PATCH] Fixed no javascript access message page When the site is viewed without javascript the navbar forever animates and the opacity of #page-contents is set, thus making the no javascript message display not acceptable. To get around this a noscript tag in the header is added that sets specific CSS in the case the there is indeed no javascript. Signed-off-by: Collin J. Doering --- templates/default.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/templates/default.html b/templates/default.html index 3e45888..3295b75 100644 --- a/templates/default.html +++ b/templates/default.html @@ -24,6 +24,19 @@ + +