Merge pull request #3565 from movilla/nsfw_freeze_position
With mobile click "show" in #nsfw-posts links to top of page Fix: #3564
This commit is contained in:
commit
4e1e0bcfed
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ $(document).ready(function(){
|
||||||
|
|
||||||
$('.shield a').click(function(){
|
$('.shield a').click(function(){
|
||||||
$(this).parents('.shield_wrapper').remove();
|
$(this).parents('.shield_wrapper').remove();
|
||||||
|
return false;
|
||||||
});
|
});
|
||||||
var showLoader = function(link){
|
var showLoader = function(link){
|
||||||
link.addClass('loading');
|
link.addClass('loading');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue