[refs #648] disable submiting the project filter form

This commit is contained in:
Alexander Machehin 2012-10-12 16:20:08 +06:00
parent 4f21f0cb88
commit 6981a7f238
1 changed files with 3 additions and 0 deletions

View File

@ -124,6 +124,9 @@
$(".div-filter-labels").live('click', function() {
oTable.dataTable().fnDraw();
});
$('#filter_projects').live('submit', function() {
return false;
});
});
=# will_paginate