diff options
| author | Alon Levy <alon@pobox.com> | 2014-08-18 21:24:08 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-08-18 21:27:01 +0300 |
| commit | 59370f16a20cc56aaa61ca8a9a2aa62d418af22b (patch) | |
| tree | f4c024f8c179a9ae2c73409ba3ec572530b59fc3 /index.html | |
| parent | bfe3c2b399eec1a0fa11dbdedab9ed9b4173835d (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.html | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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> |
