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

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

Issue 11089006: Be more selective for the sharing fallback (Closed)
Patch Set: Created July 9, 2013, 12:20 p.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') | chrome/skin/sendReport.css » ('J')
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
@@ -79,23 +79,23 @@
</div>
</li>
</ul>
<footer id="social">
<h1 class="i18n_firstRun_share"></h1>
<ul>
<li>
- <a id="share-facebook" class="share-button" href="https://www.facebook.com/adblockplus" target="_blank" title="Share on Facebook" _script="https://facebook.com/plugins/like.php?"></a>
+ <a id="share-facebook" class="share-button" href="https://www.facebook.com/adblockplus" target="_blank" title="Share on Facebook" data-script="https://facebook.com/plugins/like.php?"></a>
</li>
<li>
- <a id="share-twitter" class="share-button" href="https://twitter.com/adblockplus" target="_blank" title="Share on Twitter" _script="https://platform.twitter.com/widgets.js"></a>
+ <a id="share-twitter" class="share-button" href="https://twitter.com/adblockplus" target="_blank" title="Share on Twitter" data-script="https://platform.twitter.com/widgets.js"></a>
</li>
<li>
- <a id="share-gplus" class="share-button" href="https://www.google.com/+AdblockPlus" target="_blank" title="Share on Google+" _script="https://apis.google.com/js/plusone.js"></a>
+ <a id="share-gplus" class="share-button" href="https://www.google.com/+AdblockPlus" target="_blank" title="Share on Google+" data-script="https://apis.google.com/js/plusone.js"></a>
</li>
</ul>
</footer>
</div>
<div id="glass-pane">
<iframe id="share-popup" scrolling="no"></iframe>
</div>
« no previous file with comments | « no previous file | chrome/content/ui/firstRun.js » ('j') | chrome/skin/sendReport.css » ('J')

Powered by Google App Engine
This is Rietveld