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

Unified Diff: chrome/content/ui/firstRun.html

Issue 11075001: Added fallback to first-run page for when social media buttons are blocked by filters (Closed)
Patch Set: Created June 27, 2013, 10:18 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 | « no previous file | chrome/content/ui/firstRun.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/content/ui/firstRun.html
===================================================================
--- a/chrome/content/ui/firstRun.html
+++ b/chrome/content/ui/firstRun.html
@@ -105,13 +105,13 @@
<h1 class="i18n_firstRun_share"></h1>
<ul>
<li>
- <a id="share-facebook" class="share-button" href="#" title="Share on Facebook"></a>
+ <a id="share-facebook" class="share-button" href="https://www.facebook.com/adblockplus" target="_blank" title="Share on Facebook"></a>
</li>
<li>
- <a id="share-twitter" class="share-button" href="#" title="Share on Twitter"></a>
+ <a id="share-twitter" class="share-button" href="https://twitter.com/adblockplus" target="_blank" title="Share on Twitter"></a>
</li>
<li>
- <a id="share-gplus" class="share-button" href="#" title="Share on Google+"></a>
+ <a id="share-gplus" class="share-button" href="https://www.google.com/+AdblockPlus" target="_blank" title="Share on Google+"></a>
</li>
</ul>
</footer>
« no previous file with comments | « no previous file | chrome/content/ui/firstRun.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld