Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(273)

Unified Diff: components/dom_distiller/core/html/dom_distiller_viewer.html

Issue 1140183004: Display message when javascript is disabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@early-templates
Patch Set: iOS grit whitelist Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/ios/grit_whitelist.txt ('k') | components/dom_distiller/core/viewer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/dom_distiller/core/html/dom_distiller_viewer.html
diff --git a/components/dom_distiller/core/html/dom_distiller_viewer.html b/components/dom_distiller/core/html/dom_distiller_viewer.html
index b4c02aad77eb5fd6f8d11ace66c2961389bc53b8..455277c4cb77accd1a545500f8839e6a1f6c736e 100644
--- a/components/dom_distiller/core/html/dom_distiller_viewer.html
+++ b/components/dom_distiller/core/html/dom_distiller_viewer.html
@@ -21,12 +21,12 @@ found in the LICENSE file.
<div id="titleCollapse">
<div class="verticalCenterOuter">
<div class="verticalCenterInner">
- <h1 id="titleHolder"></h1>
+ <h1 id="titleHolder"><noscript>$4</noscript></h1>
</div>
</div>
</div>
</header>
- <div id="content"></div>
+ <div id="content"><noscript>$5</noscript></div>
</article>
</div>
<div id="loadingIndicator" class="visible">
@@ -83,7 +83,7 @@ found in the LICENSE file.
</div>
</div>
<div id="showOriginal">
- <a href="$4">$5</a>
+ <a href="$6">$7</a>
</div>
</div>
<div id="feedbackContainer" class="footerFeedback">
@@ -98,5 +98,5 @@ found in the LICENSE file.
</div>
</body>
<!-- Placeholder for JavaScript. -->
-$6
+$8
</html>
« no previous file with comments | « build/ios/grit_whitelist.txt ('k') | components/dom_distiller/core/viewer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698