make active notifications filter sticky
This commit is contained in:
parent
57214fd659
commit
ffe058d48f
@ -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}}
|
||||
|
Reference in New Issue
Block a user