1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-02-22 17:03:22 -05:00

Adds tabulator and reports.js to this header.

This commit is contained in:
Jonathan Rosenbaum 2017-10-29 23:45:04 +00:00
parent 5e5899160a
commit 58a3e00f70

View File

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