From 10eb26ad2dbe10e3e41a38c0a96eff620e97f05e Mon Sep 17 00:00:00 2001 From: movilla <moviglez@gmail.com> Date: Tue, 11 Sep 2012 16:42:55 +0200 Subject: [PATCH] With mobile click "show" in #nsfw-posts links to top of page Fix: #3564 --- app/assets/javascripts/mobile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/javascripts/mobile.js b/app/assets/javascripts/mobile.js index 0aadb69951..226da53e6b 100644 --- a/app/assets/javascripts/mobile.js +++ b/app/assets/javascripts/mobile.js @@ -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'); -- GitLab