Merge pull request #176 from mespeche/master
Filter management optimization for ajax use
This commit is contained in:
@@ -319,11 +319,7 @@
|
|||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
|
|
||||||
$('#limit-top').change(function (e) {
|
$('#content').on('change', '#limit-top, #sortby-top', function () {
|
||||||
window.location = $(this).val()
|
|
||||||
});
|
|
||||||
|
|
||||||
$('#sortby-top').change(function (e) {
|
|
||||||
window.location = $(this).val()
|
window.location = $(this).val()
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user