* fixed filter query #28 * fixed annotation #28 * merge message files #28 * added page size type #28 * added visibility type #28 * added filter toolbar to customer screen #28
This commit is contained in:
7
web/js/toolbar.js
Normal file
7
web/js/toolbar.js
Normal file
@@ -0,0 +1,7 @@
|
||||
$(document).ready(function () {
|
||||
|
||||
$('.toolbar form select').change(function (event) {
|
||||
$('.toolbar form').submit();
|
||||
});
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user