diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/history.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/history.js b/scripts/history.js index d4a8d4a3..72f9e846 100644 --- a/scripts/history.js +++ b/scripts/history.js @@ -56,6 +56,7 @@ History.prototype.record = function(action, d) d['user'] = this.user; d['timestamp'] = new Date(); this.records.push(d); + $('.history-timeline').html('<pre>' + JSON.stringify(d) + '</pre>'); }; function svg_extract_translate_and_scale(e) |
