Mercurial > hg > webaudioevaluationtool
changeset 2914:fc41c3d909b7
Fix for #161
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Tue, 01 Aug 2017 14:17:02 +0100 |
parents | b7347521a226 |
children | 03a66e54cdff |
files | js/core.js |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/js/core.js Tue Aug 01 14:13:07 2017 +0100 +++ b/js/core.js Tue Aug 01 14:17:02 2017 +0100 @@ -2407,6 +2407,7 @@ show: function () { this.root.style.visibility = "visible"; this.blanker.style.visibility = "visible"; + this.accept.focus(); }, clear: function () { this.root.style.visibility = "";