| Index: firstRun.html |
| =================================================================== |
| old mode 100644 |
| new mode 120000 |
| --- a/firstRun.html |
| +++ b/firstRun.html |
| @@ -1,66 +1,1 @@ |
| -<!DOCTYPE html> |
| - |
| -<!-- |
| - - This file is part of Adblock Plus <http://adblockplus.org/>, |
| - - Copyright (C) 2006-2013 Eyeo GmbH |
| - - |
| - - Adblock Plus is free software: you can redistribute it and/or modify |
| - - it under the terms of the GNU General Public License version 3 as |
| - - published by the Free Software Foundation. |
| - - |
| - - Adblock Plus is distributed in the hope that it will be useful, |
| - - but WITHOUT ANY WARRANTY; without even the implied warranty of |
| - - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| - - GNU General Public License for more details. |
| - - |
| - - 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> |
| - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| - <script type="text/javascript" src="i18n.js" charset="utf-8"></script> |
| - <script type="text/javascript" src="firstRun.js" charset="utf-8"></script> |
| - <link href="/skin/firstRun.css" type="text/css" rel="stylesheet" /> |
| -</head> |
| -<body> |
| - <h1 id="title"> |
| - <div id="title-main"></div> |
| - <div id="title-changelog"><a class="i18n_firstRun_changelog"></a></div> |
| - </h1> |
| - |
| - <p id="dataCorruptionWarning" class="i18n_firstRun_dataCorruptionWarning" hidden="true"></p> |
| - |
| - <p class="i18n_firstRun_features_heading"></p> |
| - <ul id="features"> |
| - <li class="i18n_firstRun_feature_betterSurfing"></li> |
| - <li class="i18n_firstRun_feature_videoAds"></li> |
| - <li class="i18n_firstRun_feature_acceptableAds"></li> |
| - </ul> |
| - |
| - <p id="acceptableAdsExplanation" class="i18n_firstRun_acceptableAdsExplanation"></p> |
| - |
| - <div id="share1"> |
| - <p id="share-text1" class="i18n_firstRun_share1"></p> |
| - <div id="share-images1"> |
| - <a class="share-image share-facebook" href="#" target="_blank"></a> |
| - <a class="share-image share-twitter" href="#" target="_blank"></a> |
| - </div> |
| - </div> |
| - |
| - <div id="share2"> |
| - <p id="share-text2" class="i18n_firstRun_share2"></p> |
| - <div id="share-images2"> |
| - <a id="share-donate" class="i18n_firstRun_share2_donate" target="_blank"></a> |
| - <span id="share2-connection" class="i18n_firstRun_share2_or"></span> |
| - <a class="share-image share-facebook" href="#" target="_blank"></a> |
| - <a class="share-image share-twitter" href="#" target="_blank"></a> |
| - </div> |
| - </div> |
| - |
| - <div id="glass-pane"> |
| - <iframe id="share-popup" scrolling="no"></iframe> |
| - </div> |
| -</body> |
| -</html> |
| +../abp/chrome/content/ui/firstRun.html |
|
Wladimir Palant
2013/05/28 13:45:28
Is that a symbolic link? This file should be added
Thomas Greiner
2013/05/28 17:35:12
Yes, as mentioned in the issue description.
Done.
|