aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-01-06 12:16:45 +0100
committerMario Vavti <mario@mariovavti.com>2018-01-06 12:16:45 +0100
commit8d0cdf5c9a18b807abcb1e73aa286f9e4886f333 (patch)
treedd6420bf7ab2dc6fff45a0f81e88e8e35369c044 /view
parent0bb5f38ba50dbeca5217a637cdc4b6abbe725b35 (diff)
downloadvolse-hubzilla-8d0cdf5c9a18b807abcb1e73aa286f9e4886f333.tar.gz
volse-hubzilla-8d0cdf5c9a18b807abcb1e73aa286f9e4886f333.tar.bz2
volse-hubzilla-8d0cdf5c9a18b807abcb1e73aa286f9e4886f333.zip
make active notifications filter sticky
Diffstat (limited to 'view')
-rw-r--r--view/tpl/notifications_widget.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/notifications_widget.tpl b/view/tpl/notifications_widget.tpl
index 299c07592..095fa8056 100644
--- a/view/tpl/notifications_widget.tpl
+++ b/view/tpl/notifications_widget.tpl
@@ -63,7 +63,7 @@
$(document).on('click', '#tt-{{$notification.type}}-only', function(e) {
e.preventDefault();
$('#nav-{{$notification.type}}-menu [data-thread_top=false]').toggle();
- $(this).toggleClass('active');
+ $(this).toggleClass('active sticky-top');
});
{{/if}}
{{/foreach}}