Mercurial > hg > webaudioevaluationtool
comparison js/core.js @ 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 | e2b241c88b74 |
children | 03a66e54cdff |
comparison
equal
deleted
inserted
replaced
2913:b7347521a226 | 2914:fc41c3d909b7 |
---|---|
2405 this.show(); | 2405 this.show(); |
2406 }, | 2406 }, |
2407 show: function () { | 2407 show: function () { |
2408 this.root.style.visibility = "visible"; | 2408 this.root.style.visibility = "visible"; |
2409 this.blanker.style.visibility = "visible"; | 2409 this.blanker.style.visibility = "visible"; |
2410 this.accept.focus(); | |
2410 }, | 2411 }, |
2411 clear: function () { | 2412 clear: function () { |
2412 this.root.style.visibility = ""; | 2413 this.root.style.visibility = ""; |
2413 this.blanker.style.visibility = ""; | 2414 this.blanker.style.visibility = ""; |
2414 this.content.textContent = ""; | 2415 this.content.textContent = ""; |