Index: chrome/content/ui/firstRun.html |
=================================================================== |
--- a/chrome/content/ui/firstRun.html |
+++ b/chrome/content/ui/firstRun.html |
@@ -20,8 +20,19 @@ |
<head> |
<title class="i18n_firstRun_title"></title> |
<meta charset="utf-8"> |
- <link type="text/css" href="/skin/firstRun.css" rel="stylesheet"/> |
+ |
+ <!-- only for firefox --> |
+ <link type="text/css" href="../../skin/firstRun.css" rel="stylesheet"/> |
+ |
+ <!-- only required for the ports --> |
+ <link type="text/css" href="skin/firstRun.css" rel="stylesheet"/> |
Wladimir Palant
2013/09/10 06:53:46
I'm not particularly happy with using random relat
Sebastian Noack
2013/09/10 10:56:29
Yes, there isn't an other solution (for safari). H
|
+ <script type="text/javascript" src="ext.js"></script> |
+ <script type="text/javascript" src="lib/compat.js"></script> |
+ <script type="text/javascript" src="lib/io.js"></script> |
+ <script type="text/javascript" src="lib/info.js"></script> |
+ <script type="text/javascript" src="lib/adblockplus.js"></script> |
Wladimir Palant
2013/09/10 06:53:46
Loading the core code into the page isn't going to
Sebastian Noack
2013/09/10 10:56:29
Unfortunately you are right. I didn't thought abou
|
<script type="text/javascript" src="utils.js"></script> |
+ |
<script type="text/javascript" src="i18n.js"></script> |
<script type="text/javascript" src="firstRun.js"></script> |
</head> |
@@ -32,8 +43,8 @@ |
<h1 id="title-main" class="i18n_firstRun_title"></h1> |
</header> |
+ <p id="legacySafariWarning" class="i18n_firstRun_legacySafariWarning" hidden="true"></p> |
<p id="dataCorruptionWarning" class="i18n_firstRun_dataCorruptionWarning" hidden="true"></p> |
- |
<p id="acceptableAdsExplanation" class="i18n_firstRun_acceptableAdsExplanation"></p> |
<h2 id="features-title" class="i18n_firstRun_features"></h2> |