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) {
|
$(document).on('click', '#tt-{{$notification.type}}-only', function(e) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
$('#nav-{{$notification.type}}-menu [data-thread_top=false]').toggle();
|
$('#nav-{{$notification.type}}-menu [data-thread_top=false]').toggle();
|
||||||
$(this).toggleClass('active');
|
$(this).toggleClass('active sticky-top');
|
||||||
});
|
});
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/foreach}}
|
{{/foreach}}
|
||||||
|
Reference in New Issue
Block a user