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

Unified Diff: html/templates/firstRun.html

Issue 5545110112567296: Issue #1204 - Remove A/B testing for donation button in firstrun page in IE (Closed)
Patch Set: Cleanup. Addressing comments. Created Nov. 4, 2014, 11:10 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « html/static/js/firstRun.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: html/templates/firstRun.html
===================================================================
--- a/html/templates/firstRun.html
+++ b/html/templates/firstRun.html
@@ -47,23 +47,14 @@
</div>
- <div id="share1">
- <p id="share-text1"></p>
- <div id="share-images1">
- <a id="share-facebook-1" class="share-image share-facebook" href="https://www.facebook.com/adblockplus" target="_blank"></a>
- <a id="share-twitter-1" class="share-image share-twitter" href="https://twitter.com/adblockplus" target="_blank"></a>
- <a id="share-gplus-1" class="share-image share-gplus" href="https://www.google.com/+AdblockPlus" target="_blank"></a>
- </div>
- </div>
-
- <div id="share2">
- <p id="share-text2"></p>
- <div id="share-images2">
+ <div id="share">
+ <p id="share-text"></p>
+ <div id="share-images">
<a id="share-donate" target="_blank"></a>
- <span id="share2-connection"></span>
- <a id="share-facebook-2" class="share-image share-facebook" href="https://www.facebook.com/adblockplus" target="_blank"></a>
- <a id="share-twitter-2" class="share-image share-twitter" href="https://twitter.com/adblockplus" target="_blank"></a>
- <a id="share-gplus-2" class="share-image share-gplus" href="https://www.google.com/+AdblockPlus" target="_blank"></a>
+ <span id="share-connection"></span>
+ <a id="share-facebook" class="share-image" href="https://www.facebook.com/adblockplus" target="_blank"></a>
+ <a id="share-twitter" class="share-image" href="https://twitter.com/adblockplus" target="_blank"></a>
+ <a id="share-gplus" class="share-image" href="https://www.google.com/+AdblockPlus" target="_blank"></a>
</div>
</div>
« no previous file with comments | « html/static/js/firstRun.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld