Skip to content

Commit

Permalink
Added tablesorter code.
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Feb 9, 2017
1 parent dccc33a commit 2aa0970
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/jquery.tablesorter.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions tt_lib/page.tt
Expand Up @@ -7,6 +7,11 @@
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
<title>[% title || 'Cooking Vinyl Compilations' %]</title>
<!-- link rel="stylesheet" href="style.css" type="text/css" / -->
<script type="text/javascript"
src="https://code.jquery.com/jquery-3.1.1.slim.min.js"
integrity="sha256-/SIrNqv8h6QGKDuNoLGA4iret+kyesCkHGzVUUV0shc="
crossorigin="anonymous"></script>
<script type="text/javascript" src="/js/jquery.tablesorter.min.js"></script>
</head>
<body>
<div class="container">
Expand Down

0 comments on commit 2aa0970

Please sign in to comment.