With mobile click "show" in #nsfw-posts links to top of page Fix: #3564
This commit is contained in:
parent
d479ceea4f
commit
10eb26ad2d
1 changed files with 1 additions and 0 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in a new issue