Partially working Love Gem calc

The "how many gems will you have on date X?" part works.
The "when will you have N number of gems?" is still to be done.
This commit is contained in:
Donald Burr 2015-10-12 21:52:35 -07:00
parent 210d86a99d
commit a4f93a1063
3 changed files with 335 additions and 4 deletions

View file

@ -8,6 +8,7 @@
<script src="js/external/jquery.js"></script>
<script src="js/external/jquery-ui.js"></script>
<script src="js/external/moment.js"></script>
<script src="js/external/sprintf.js"></script>
<script src="js/sif-tools.js"></script>
</head>
<body>