Browse Source

Adds tabulator and reports.js to this header.

devel
Jonathan Rosenbaum 7 years ago
parent
commit
58a3e00f70
  1. 3
      include_header.html

3
include_header.html

@ -27,11 +27,13 @@ function resetTimer()
<link href="css/jquery.nouislider.css" rel="stylesheet" type="text/css" />
<link href="css/chosen.css" rel="stylesheet" type="text/css" />
<link href="css/ui/jquery-ui.css" rel="stylesheet" type="text/css" />
<link href="css/tabulator/tabulator_site.min.css" rel="stylesheet" type="text/css" />
<script src="js/jquery-2.1.1.js"></script>
<script src="js/transaction.js"></script>
<script src="js/contact.js"></script>
<script src="js/shop.js"></script>
<script src="js/reports.js"></script>
<script src="js/jquery.mask.js"></script>
<script src="js/jquery.jeditable.js"></script>
<script src="js/jquery.nouislider.js"></script>
@ -39,6 +41,7 @@ function resetTimer()
<script src="js/jquery.liblink.js"></script>
<script src="js/wNumb.js"></script>
<script src="js/ui/jquery-ui.js"></script>
<script src="js/tabulator/dist/js/tabulator.min.js"></script>
</head>

Loading…
Cancel
Save