summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/index.html b/index.html
index d04c34f5..3dcbf0b2 100644
--- a/index.html
+++ b/index.html
@@ -71,7 +71,9 @@
<form class="set-user-form" style="display: none">
<input class="set-user-input" style="width: 100px" value="username"></input>
</form>
- </div></td></tr>
+ </div></td>
+ <td><a class="save-history" style="display: none" href="#">Save history</a></td>
+ </tr>
<tr>
<td>
<div class="save">
@@ -127,7 +129,7 @@
</label>
</div>
-
+ <script src="scripts/history.js"></script>
<script src="scripts/rhizicore.js"></script>
<script src="scripts/textanalysis.js"></script>
<script src="scripts/buttons.js"></script>