diff --git a/zerobin/static/css/style.css b/zerobin/static/css/style.css index 58db25c..90c7abe 100644 --- a/zerobin/static/css/style.css +++ b/zerobin/static/css/style.css @@ -339,3 +339,12 @@ canvas { border: 1px solid white; } +#wrap-content { + display: none; +} + +.noscript { + text-align: center; + color: red; + font-weight: bold; +} diff --git a/zerobin/static/js/behavior.js b/zerobin/static/js/behavior.js index 517349d..df3b84f 100644 --- a/zerobin/static/js/behavior.js +++ b/zerobin/static/js/behavior.js @@ -674,8 +674,11 @@ $('.email-link').each(function(i, elem){ }); +$('#wrap-content').each(function(i, elem){ + $(elem).show(); +}); }); /* End of "document ready" jquery callback */ -})(); /* End of self executing function */ \ No newline at end of file +})(); /* End of self executing function */ diff --git a/zerobin/views/base.tpl b/zerobin/views/base.tpl index d2613b5..16faa8b 100644 --- a/zerobin/views/base.tpl +++ b/zerobin/views/base.tpl @@ -81,7 +81,13 @@ -