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

Side by Side Diff: chrome/content/ui/firstRun.html

Issue 5160622694072320: Issue 1133 - Fixed Twitter and Google+ buttons on first-run page (Closed)
Patch Set: Created Sept. 8, 2014, 8:52 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- 2 <!--
3 - This file is part of Adblock Plus <http://adblockplus.org/>, 3 - This file is part of Adblock Plus <http://adblockplus.org/>,
4 - Copyright (C) 2006-2014 Eyeo GmbH 4 - Copyright (C) 2006-2014 Eyeo GmbH
5 - 5 -
6 - Adblock Plus is free software: you can redistribute it and/or modify 6 - Adblock Plus is free software: you can redistribute it and/or modify
7 - it under the terms of the GNU General Public License version 3 as 7 - it under the terms of the GNU General Public License version 3 as
8 - published by the Free Software Foundation. 8 - published by the Free Software Foundation.
9 - 9 -
10 - Adblock Plus is distributed in the hope that it will be useful, 10 - Adblock Plus is distributed in the hope that it will be useful,
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 52
53 <div id="donate-block"> 53 <div id="donate-block">
54 <a id="donate" class="i18n_firstRun_donate" target="_blank"></a> 54 <a id="donate" class="i18n_firstRun_donate" target="_blank"></a>
55 <span id="donate-label" class="i18n_firstRun_donate_label"></span> 55 <span id="donate-label" class="i18n_firstRun_donate_label"></span>
56 </div> 56 </div>
57 57
58 <div id="share-block"> 58 <div id="share-block">
59 <div id="share-general" class="share-buttons"> 59 <div id="share-general" class="share-buttons">
60 <a id="share-facebook" href="https://www.facebook.com/adblockplus" tar get="_blank" data-script="https://facebook.com/plugins/like.php?"> 60 <a id="share-facebook" href="https://www.facebook.com/adblockplus" tar get="_blank" data-script="https://facebook.com/plugins/like.php?">
61 </a> 61 </a>
62 <a id="share-twitter" href="https://twitter.com/adblockplus" target="_ blank" data-script="https://platform.twitter.com/widgets.js"> 62 <a id="share-twitter" href="https://twitter.com/adblockplus" target="_ blank" data-script="https://platform.twitter.com/widgets/">
63 </a> 63 </a>
64 <a id="share-gplus" href="https://www.google.com/+AdblockPlus" target= "_blank" data-script="https://apis.google.com/js/plusone.js"> 64 <a id="share-gplus" href="https://www.google.com/+AdblockPlus" target= "_blank" data-script="https://apis.google.com/se/0/_/+1/fastbutton?">
65 </a> 65 </a>
66 </div> 66 </div>
67 67
68 <!-- Chinese social networks --> 68 <!-- Chinese social networks -->
69 <div id="share-chinese" class="share-buttons"> 69 <div id="share-chinese" class="share-buttons">
70 <a id="share-renren" href="http://www.renren.com/601651969" target="_b lank"> 70 <a id="share-renren" href="http://www.renren.com/601651969" target="_b lank">
71 </a> 71 </a>
72 <a id="share-weibo" href="http://e.weibo.com/adblockplus/" target="_bl ank"> 72 <a id="share-weibo" href="http://e.weibo.com/adblockplus/" target="_bl ank">
73 </a> 73 </a>
74 </div> 74 </div>
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 <footer> 136 <footer>
137 <a id="contributors" class="i18n_firstRun_contributor_credits"></a> 137 <a id="contributors" class="i18n_firstRun_contributor_credits"></a>
138 </footer> 138 </footer>
139 139
140 140
141 <div id="glass-pane"> 141 <div id="glass-pane">
142 <iframe id="share-popup" scrolling="no"></iframe> 142 <iframe id="share-popup" scrolling="no"></iframe>
143 </div> 143 </div>
144 </body> 144 </body>
145 </html> 145 </html>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld