]> code.citadel.org Git - citadel.git/commitdiff
Moved the 'no javascript' warning from head.html to trailing.html.
authorArt Cancro <ajc@uncensored.citadel.org>
Mon, 9 May 2011 15:16:54 +0000 (11:16 -0400)
committerArt Cancro <ajc@uncensored.citadel.org>
Mon, 9 May 2011 15:16:54 +0000 (11:16 -0400)
This was done in order to prevent the message from appearing as the
first few lines of the containing page in Google search results.

webcit/static/t/head.html
webcit/static/t/trailing.html

index 897276054b7b11d5f9ba97ca5b4a5e88139a099d..ad0c4eacbe33531f496f3187dc1b436b318fe6c7 100644 (file)
@@ -47,8 +47,5 @@
        </div>
 </div>
 <!-- end modal box -->
-<noscript><div id="noscript_warning">
-<?_("WARNING: You have JavaScript disabled in your web browser.  Many functions of this system will not work properly.")>
-</div></noscript>
 <div id="global">
 <!--("end head.html")-->
index c4eb91f1d8a6763cdb448e3f556c675e2a8a5415..c251261536387f2e7ea019f841694e260e73299b 100644 (file)
@@ -1,5 +1,8 @@
 <!-- start trailing.html -->
 </div> <!-- end of 'global' div -->
+<noscript><div id="noscript_warning">
+<?_("WARNING: You have JavaScript disabled in your web browser.  Many functions of this system will not work properly.")>
+</div></noscript>
 <script type="text/javascript">
 <?TRAILING_JAVASCRIPT>
 </script>