[refs #648] disable submiting the project filter form
This commit is contained in:
parent
4f21f0cb88
commit
6981a7f238
|
@ -124,6 +124,9 @@
|
|||
$(".div-filter-labels").live('click', function() {
|
||||
oTable.dataTable().fnDraw();
|
||||
});
|
||||
$('#filter_projects').live('submit', function() {
|
||||
return false;
|
||||
});
|
||||
});
|
||||
|
||||
=# will_paginate
|
||||
|
|
Loading…
Reference in New Issue