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

Delta Between Two Patch Sets: html/templates/firstRun.html

Issue 5545110112567296: Issue #1204 - Remove A/B testing for donation button in firstrun page in IE (Closed)
Left Patch Set: Created Oct. 27, 2014, 1:16 a.m.
Right Patch Set: Cleanup. Addressing comments. Created Nov. 4, 2014, 11:10 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « html/static/js/firstRun.js ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- saved from url=(0014)about:internet --> 2 <!-- saved from url=(0014)about:internet -->
3 <!-- 3 <!--
4 - This file is part of Adblock Plus <http://adblockplus.org/>, 4 - This file is part of Adblock Plus <http://adblockplus.org/>,
5 - Copyright (C) 2006-2014 Eyeo GmbH 5 - Copyright (C) 2006-2014 Eyeo GmbH
6 - 6 -
7 - Adblock Plus is free software: you can redistribute it and/or modify 7 - Adblock Plus is free software: you can redistribute it and/or modify
8 - it under the terms of the GNU General Public License version 3 as 8 - it under the terms of the GNU General Public License version 3 as
9 - published by the Free Software Foundation. 9 - published by the Free Software Foundation.
10 - 10 -
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 <p id="aa-text"></p> 45 <p id="aa-text"></p>
46 </p> 46 </p>
47 47
48 </div> 48 </div>
49 49
50 <div id="share"> 50 <div id="share">
51 <p id="share-text"></p> 51 <p id="share-text"></p>
52 <div id="share-images"> 52 <div id="share-images">
53 <a id="share-donate" target="_blank"></a> 53 <a id="share-donate" target="_blank"></a>
54 <span id="share-connection"></span> 54 <span id="share-connection"></span>
55 <a id="share-facebook" class="share-image share-facebook" href="https://ww w.facebook.com/adblockplus" target="_blank"></a> 55 <a id="share-facebook" class="share-image" href="https://www.facebook.com/ adblockplus" target="_blank"></a>
56 <a id="share-twitter" class="share-image share-twitter" href="https://twit ter.com/adblockplus" target="_blank"></a> 56 <a id="share-twitter" class="share-image" href="https://twitter.com/adbloc kplus" target="_blank"></a>
57 <a id="share-gplus" class="share-image share-gplus" href="https://www.goog le.com/+AdblockPlus" target="_blank"></a> 57 <a id="share-gplus" class="share-image" href="https://www.google.com/+Adbl ockPlus" target="_blank"></a>
Thomas Greiner 2014/11/03 17:14:12 We don't need the "share-<network>" classes anymor
58 </div> 58 </div>
59 </div> 59 </div>
60 60
61 <div id="glass-pane"> 61 <div id="glass-pane">
62 <iframe id="share-popup" scrolling="no"></iframe> 62 <iframe id="share-popup" scrolling="no"></iframe>
63 </div> 63 </div>
64 </body> 64 </body>
65 </html> 65 </html>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld