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> |