| 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> |
|
Thomas Greiner
2014/12/17 11:24:44
ext/content.js doesn't exist in adblockplusui so a
Wladimir Palant
2014/12/17 13:00:38
It's being added in the next review.
|
| - {%- 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> |