aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/cover_photo_widget.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-11-11 13:46:17 +0100
committerMario Vavti <mario@mariovavti.com>2017-11-11 13:46:17 +0100
commit0d512dffc33c37ac187cff03d17102ecfe543883 (patch)
treea25bbaf994f5a27f25f838e39e24a5611a2d62c7 /view/tpl/cover_photo_widget.tpl
parent3a17225546c9cd8f74bd1b2701e974fdda5929a2 (diff)
downloadvolse-hubzilla-0d512dffc33c37ac187cff03d17102ecfe543883.tar.gz
volse-hubzilla-0d512dffc33c37ac187cff03d17102ecfe543883.tar.bz2
volse-hubzilla-0d512dffc33c37ac187cff03d17102ecfe543883.zip
dedicate the first click to slideup the cover again but make sure the nav buttons remain functional
Diffstat (limited to 'view/tpl/cover_photo_widget.tpl')
-rwxr-xr-xview/tpl/cover_photo_widget.tpl3
1 files changed, 1 insertions, 2 deletions
diff --git a/view/tpl/cover_photo_widget.tpl b/view/tpl/cover_photo_widget.tpl
index 7404a740c..d0f68e002 100755
--- a/view/tpl/cover_photo_widget.tpl
+++ b/view/tpl/cover_photo_widget.tpl
@@ -8,8 +8,7 @@
aside_padding_top = parseInt($('aside').css('padding-top'));
section_padding_top = parseInt($('section').css('padding-top'));
- $('#cover-photo').on('click', slideUpCover);
- $('#cover-photo').on('keyup', slideUpCover);
+ $(document).on('click mouseup keyup', slideUpCover);
if($('#cover-photo').length && $(window).width() > 755) {
if($(window).scrollTop() < $('#cover-photo').height()) {