From cb6c21ce9040d57a96210778148e46f1d5aed22d Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 24 Mar 2017 10:09:02 +0100 Subject: do not return false here. it can lead to unresponsive links under certain situations. --- view/tpl/cover_photo_widget.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view') diff --git a/view/tpl/cover_photo_widget.tpl b/view/tpl/cover_photo_widget.tpl index 93debf442..806866212 100755 --- a/view/tpl/cover_photo_widget.tpl +++ b/view/tpl/cover_photo_widget.tpl @@ -63,7 +63,7 @@ return; } $('html, body').animate({scrollTop: Math.ceil($('#cover-photo').height()) + 'px' }); - return false; + return; } -- cgit v1.2.3