make active notifications filter sticky

This commit is contained in:
Mario Vavti 2018-01-06 12:16:45 +01:00
parent 0bb5f38ba5
commit 8d0cdf5c9a

View file

@ -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}}