Skip to content
This repository was archived by the owner on Feb 21, 2019. It is now read-only.

Commit 4177e78

Browse files
committed
Table sorter plugin was added.
1 parent 82299ce commit 4177e78

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

public/js/jquery.tablesorter.min.js

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/views/layouts/footer.blade.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
<!-- Webshim for firefox ! -->
2020
{!! Html::script('js/webshim/polyfiller.js') !!}
2121

22+
<!-- Tablesorter -->
23+
{!! Html::script('js/jquery.tablesorter.min.js') !!}
24+
2225
<!-- FMS specific javascripts -->
2326
{!! Html::script('js/all.js') !!}
2427

0 commit comments

Comments
 (0)