Adds a Calendar Date Picker (PickMeUp).

This is nice stuff, always a delight to utilize ajax.  More stat pages may have
this change with stats.js operated globally.
This commit is contained in:
Jonathan Rosenbaum
2016-01-27 10:36:27 +00:00
parent e54836d09a
commit d26dc1cef1
4 changed files with 1291 additions and 25 deletions
+3 -1
View File
@@ -24,9 +24,11 @@ function resetTimer()
<link href="../css/transactions.css" rel="stylesheet" type="text/css" />
<link href="../css/contacts.css" rel="stylesheet" type="text/css" />
<link href="../css/css_yb_standard.css" rel="stylesheet" type="text/css" />
<link href="../css/pickmeup.css" rel="stylesheet" type="text/css" />
<script src="../js/jquery-2.1.1.js"></script>
<script src="../js/jquery.pickmeup.js"></script>
<script src="../js/stats.js"></script>
</head>