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

Unified Diff: chrome/content/ui/firstRun.html

Issue 11533106: Prepared adblockplus for Safari (Closed)
Patch Set: Made first run page always (also in FF) generated Created Oct. 31, 2013, 10:45 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 | chrome/content/ui/firstRun.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/content/ui/firstRun.html
===================================================================
--- a/chrome/content/ui/firstRun.html
+++ b/chrome/content/ui/firstRun.html
@@ -21,6 +21,10 @@
<title class="i18n_firstRun_title"></title>
<meta charset="utf-8">
<link type="text/css" href="/skin/firstRun.css" rel="stylesheet"/>
+ {%- if needsExt %}
+ <script type="text/javascript" src="ext/common.js"></script>
+ <script type="text/javascript" src="ext/content.js"></script>
+ {%- endif %}
<script type="text/javascript" src="utils.js"></script>
<script type="text/javascript" src="i18n.js"></script>
<script type="text/javascript" src="firstRun.js"></script>
@@ -33,9 +37,9 @@
<h1 id="title-main" class="i18n_firstRun_title"></h1>
</header>
+ <section id="legacySafariWarning" class="i18n_firstRun_legacySafariWarning" hidden="true"></section>
<section id="dataCorruptionWarning" class="i18n_firstRun_dataCorruptionWarning" hidden="true"></section>
-
<section id="acceptable-ads">
<h2 class="i18n_firstRun_acceptableAdsHeadline"></h2>
<p id="acceptableAdsExplanation" class="i18n_firstRun_acceptableAdsExplanation"></p>
« no previous file with comments | « no previous file | chrome/content/ui/firstRun.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld