diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-11-27 12:59:14 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-11-27 12:59:14 +0100 |
commit | 56772e4807de635b6cc127f0d2a22f7877cf77ff (patch) | |
tree | 189044318f069b1907878cdc6b0a39a06218ca4f /view/tpl | |
parent | 3e7ab8e113bfbe07a5bbac8f84cbfc73136e3b22 (diff) | |
download | volse-hubzilla-56772e4807de635b6cc127f0d2a22f7877cf77ff.tar.gz volse-hubzilla-56772e4807de635b6cc127f0d2a22f7877cf77ff.tar.bz2 volse-hubzilla-56772e4807de635b6cc127f0d2a22f7877cf77ff.zip |
do not stop click propagation
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/notifications_widget.tpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view/tpl/notifications_widget.tpl b/view/tpl/notifications_widget.tpl index eeb2011cd..e8d51caca 100644 --- a/view/tpl/notifications_widget.tpl +++ b/view/tpl/notifications_widget.tpl @@ -41,7 +41,6 @@ if(path === 'display' && b64mid) { {{/if}} e.preventDefault(); - e.stopPropagation(); if(! page_load) { $(this).fadeOut(); |