Added Apply button to FilterWidget

This commit is contained in:
Paolo
2018-02-12 12:00:09 +01:00
parent bc372a88e4
commit 2d5d1eb35e
2 changed files with 8 additions and 0 deletions
@@ -39,6 +39,10 @@
$("#filterForm").submit();
});
$("#applyFilter").click(function() {
$("#filterForm").submit();
});
});
</script>
<div class="row">
@@ -62,4 +62,8 @@
?>
</select>
</span>
<span>
<input id="applyFilter" name="applyFilter" type="button" value="Apply">
</span>
</div>