With mobile click "show" in #nsfw-posts links to top of page Fix: #3564

This commit is contained in:
movilla 2012-09-11 16:42:55 +02:00
parent d479ceea4f
commit 10eb26ad2d

View file

@ -11,6 +11,7 @@ $(document).ready(function(){
$('.shield a').click(function(){
$(this).parents('.shield_wrapper').remove();
return false;
});
var showLoader = function(link){
link.addClass('loading');