Skip to content

Commit

Permalink
Refactor js into assets/js
Browse files Browse the repository at this point in the history
  • Loading branch information
azawawi committed Nov 4, 2015
1 parent bfba0d0 commit feb6c81
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions web/index.tmpl
Expand Up @@ -54,7 +54,7 @@
</tbody>
</table>

<script src="js/list.min.js"></script>
<script src="assets/js/list.min.js"></script>
<script>
var options = {
valueNames: [ 'name', 'description' ],
Expand Down Expand Up @@ -101,7 +101,7 @@
</div>
</div>
<script src="http://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="js/jquery.tablesorter.min.js"></script>
<script src="js/main.js"></script>
<script src="assets/js/jquery.tablesorter.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>

0 comments on commit feb6c81

Please sign in to comment.