Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: anwiki/_override/global/global/global.tpl.php

Issue 4916623840378880: Issue 1651 - Moved <noscript> tag into page body (Closed)
Patch Set: Created Jan. 5, 2015, 10:16 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « anwiki/_override/actions/action_view/action_view.php ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: anwiki/_override/global/global/global.tpl.php
===================================================================
--- a/anwiki/_override/global/global/global.tpl.php
+++ b/anwiki/_override/global/global/global.tpl.php
@@ -88,6 +88,11 @@
$HTML = <<<EOF
+ <noscript>
+ <link rel="stylesheet" href="${static}css/noscript-desktop.css" media="(min-width: 40.5em)"/>
+ <link rel="stylesheet" href="${static}css/noscript-mobile.css" media="screen and (max-width: 40.5em)"/>
+ </noscript>
+
<header>
$sHeader
</header>
« no previous file with comments | « anwiki/_override/actions/action_view/action_view.php ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld