changeset 3075:0fc927572aab

#122 Time-lock on APE from touch
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Tue, 31 Oct 2017 22:27:18 +0000
parents 5c9cb8147a51
children f565be5c8fc7
files interfaces/ape.js
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/interfaces/ape.js	Tue Oct 31 22:23:17 2017 +0000
+++ b/interfaces/ape.js	Tue Oct 31 22:27:18 2017 +0000
@@ -575,6 +575,7 @@
                 if (typeof selected != "object") {
                     return;
                 }
+                UI.startTime = new Date();
                 UI.selected = selected;
             }
             if (UI.selected === undefined) {