Docs: use filter widget directly for testing changes

This commit is contained in:
Rob Garrison 2016-03-01 20:42:04 -06:00
parent 9dd2d65281
commit 50656376c3
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
<link rel="stylesheet" href="../css/theme.blue.css">
<link rel="stylesheet" href="../css/theme.ice.css">
<script src="../js/jquery.tablesorter.js"></script>
<script src="../js/jquery.tablesorter.widgets.js"></script>
<script src="../js/widgets/widget-filter.js"></script>
<script src="../js/widgets/widget-formatter.js"></script>

View File

@ -63,7 +63,7 @@ tr.group-header.collapsed td i {
<!-- Tablesorter: required -->
<link href="../css/theme.blue.css" rel="stylesheet">
<script src="../js/jquery.tablesorter.js"></script>
<script src="../js/jquery.tablesorter.widgets.js"></script>
<script src="../js/widgets/widget-filter.js"></script>
<!-- grouping widget -->
<script src="../js/parsers/parser-input-select.js"></script>