From 1169d0fff03ee7642a8b5e06462781f8996bb6e5 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 28 Oct 2014 19:57:54 +0200 Subject: history: show last logged action (ui has negative z-index) --- scripts/history.js | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') 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('
' + JSON.stringify(d) + '
'); }; function svg_extract_translate_and_scale(e) -- cgit v1.3.1