instant reaction from media filter buttons
This commit is contained in:
@ -752,4 +752,10 @@ function highlightComment(id, checkvalue) {
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
// MediaDB-Filter-Buttons should react instantly
|
||||
$('input[name="serendipity[filter][fileCategory]"]').on('change', function() {
|
||||
$('#media_library_control').submit();
|
||||
});
|
||||
|
||||
})(jQuery);
|
||||
|
Reference in New Issue
Block a user