aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-01-06 12:16:45 +0100
committerMario <mario@mariovavti.com>2018-01-06 12:18:53 +0100
commitffe058d48f5a8c4d38c893ece09cdaac8078e9e5 (patch)
tree97537ce3936ef0622785dac2825194a34c31b148 /view/tpl
parent57214fd659f85bc99f99f07843515e09a8b4d96d (diff)
downloadvolse-hubzilla-ffe058d48f5a8c4d38c893ece09cdaac8078e9e5.tar.gz
volse-hubzilla-ffe058d48f5a8c4d38c893ece09cdaac8078e9e5.tar.bz2
volse-hubzilla-ffe058d48f5a8c4d38c893ece09cdaac8078e9e5.zip
make active notifications filter sticky
Diffstat (limited to 'view/tpl')
-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}}