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

Unified Diff: anwiki/_override/actions/action_view/action_view.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 | « no previous file | anwiki/_override/global/global/global.tpl.php » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: anwiki/_override/actions/action_view/action_view.php
===================================================================
--- a/anwiki/_override/actions/action_view/action_view.php
+++ b/anwiki/_override/actions/action_view/action_view.php
@@ -13,10 +13,6 @@
<link rel="stylesheet" href="${static}css/main.css" class="cssfx"/>
<link rel="stylesheet" href="${static}css/main-desktop.css" media="(min-width: 40.5em)" class="cssfx"/>
<link rel="stylesheet" href="${static}css/main-mobile.css" media="screen and (max-width: 40.5em)"/>
- <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>
EOF;
« no previous file with comments | « no previous file | anwiki/_override/global/global/global.tpl.php » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld