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:
parent
210d86a99d
commit
a4f93a1063
3 changed files with 335 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue