We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3489f4 commit e79915dCopy full SHA for e79915d
js/hn.js
@@ -455,8 +455,8 @@ var hn = {
455
'<li><a data-filter="site:'+ domain +'" class="add-filter">Filter '+ domain +'</a></li>'+
456
'</ul></div></div>');
457
458
- // add sharing options
459
- $flag.after(' | <a class="share-story" href="#">share</a>');
+ // add sharing and cache
+ $flag.after(' | <a href="http://webcache.googleusercontent.com/search?q=cache:'+ $link.attr('href') +'">cached</a> | <a class="share-story" href="#">share</a>');
460
461
$('.share-story', $details).click(function(ev){
462
ev.preventDefault();
0 commit comments