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

Adds moment library to stats header.

This commit is contained in:
Jonathan Rosenbaum 2017-11-05 01:18:18 +00:00
parent 8be7a8a9b3
commit adeb4f8854

View File

@ -33,6 +33,7 @@ function resetTimer()
<script src="../js/jquery.pickmeup.js"></script>
<script src="../js/stats.js"></script>
<script src="../js/ui/jquery-ui.js"></script>
<script src="../js/moment/moment.js"></script>
<script src="../js/tabulator/dist/js/tabulator.min.js"></script>
</head>