Mercurial > hg > webaudioevaluationtool
diff test_create/test_core.js @ 2536:527020a63203
Survey not storing
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Mon, 14 Nov 2016 12:11:38 +0000 |
parents | dd5290724a76 |
children | c5fd47349a4f fddfb7c0b4fa |
line wrap: on
line diff
--- a/test_create/test_core.js Mon Nov 14 12:11:24 2016 +0000 +++ b/test_create/test_core.js Mon Nov 14 12:11:38 2016 +0000 @@ -927,7 +927,7 @@ this.dynamic.appendChild(optionHolder); } } - this.handleEvent = function () { + this.handleEvent = function (event) { var name = event.currentTarget.getAttribute("name"); var nodeName = event.currentTarget.nodeName; if (name == "type" && nodeName == "SELECT") {