Add a noscript message

This commit is contained in:
Isaac Bythewood
2013-03-17 18:38:07 +00:00
parent 2f98fc4a57
commit e07a3aa87b
2 changed files with 18 additions and 0 deletions

View File

@@ -7,6 +7,14 @@ body {
a {
cursor: pointer;
}
#noscript {
font-size: 18px;
line-height: 24px;
margin: 0 auto;
width: 500px;
text-align: center;
}
/* End Globals */

View File

@@ -76,6 +76,16 @@
<ul id="messages"></ul>
<!-- End Messages -->
<!-- No Script -->
<div id="noscript">
<noscript>Scripting is not enabled in your browser, if you are using
a plugin like NoScript *high five*! Our code is open source and
you can view it on
<a href="https://github.com/pinry/pinry/">GitHub</a>.
<style>.spinner{display:none;}</style></noscript>
</div>
<!-- End No Script -->
<!-- Content -->
{% block yield %}{% endblock %}
<!-- End Content -->