Skip to content

Commit

Permalink
Forgot the last bit of plumbing
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Feb 9, 2017
1 parent 07524aa commit 8ba945c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tt_lib/page.tt
Expand Up @@ -12,6 +12,11 @@
integrity="sha256-/SIrNqv8h6QGKDuNoLGA4iret+kyesCkHGzVUUV0shc="
crossorigin="anonymous"></script>
<script type="text/javascript" src="/js/jquery.tablesorter.min.js"></script>
<script type="text/javascritp">
$(document).ready(function() {
$("#datatable").tablesorter();
});
</script>
</head>
<body>
<div class="container">
Expand Down

0 comments on commit 8ba945c

Please sign in to comment.