diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-01-06 12:16:45 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-01-06 12:18:53 +0100 |
commit | ffe058d48f5a8c4d38c893ece09cdaac8078e9e5 (patch) | |
tree | 97537ce3936ef0622785dac2825194a34c31b148 | |
parent | 57214fd659f85bc99f99f07843515e09a8b4d96d (diff) | |
download | volse-hubzilla-ffe058d48f5a8c4d38c893ece09cdaac8078e9e5.tar.gz volse-hubzilla-ffe058d48f5a8c4d38c893ece09cdaac8078e9e5.tar.bz2 volse-hubzilla-ffe058d48f5a8c4d38c893ece09cdaac8078e9e5.zip |
make active notifications filter sticky
-rw-r--r-- | view/tpl/notifications_widget.tpl | 2 |
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}} |