mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-16 22:42:16 +00:00
Added Apply button to FilterWidget
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user