Index: firstRun.html |
=================================================================== |
--- a/firstRun.html |
+++ b/firstRun.html |
@@ -15,21 +15,19 @@ |
- You should have received a copy of the GNU General Public License |
- along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
--> |
<html> |
<head> |
<title class="i18n_firstRun_title"></title> |
<meta charset="utf-8"> |
- <link type="text/css" href="/skin/firstRun.css" rel="stylesheet"/> |
- {%- if needsExt %} |
+ <link type="text/css" href="skin/firstRun.css" rel="stylesheet"/> |
<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> |
</head> |
<body> |
<header> |