summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-08-18 21:24:08 +0300
committerAlon Levy <alon@pobox.com>2014-08-18 21:27:01 +0300
commit59370f16a20cc56aaa61ca8a9a2aa62d418af22b (patch)
treef4c024f8c179a9ae2c73409ba3ec572530b59fc3 /index.html
parentbfe3c2b399eec1a0fa11dbdedab9ed9b4173835d (diff)
adding history, links & nodes only
no atomicity - nodes/links recorded as separate additions We record both temp (state == 'temp') and not temp nodes, can be filtered during analysis.
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>