1
0

instant reaction from media filter buttons

This commit is contained in:
onli
2013-06-04 15:53:00 +02:00
parent 885150daac
commit bc6f48e1b6

View File

@ -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);