fix: wrong path to jquery.table-filter.js
This commit is contained in:
parent
beda8262a7
commit
96853f6f62
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
<script type="text/javascript">
|
||||
google.load("jquery", "1.3.2");
|
||||
</script>
|
||||
<script type="text/javascript" src="jquery.tablefilter.js"></script>
|
||||
<script type="text/javascript" src="jquery.table-filter.js"></script>
|
||||
<script type="text/javascript">
|
||||
$(function () {
|
||||
$("table").addTableFilter();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue