Mercurial > hg > webaudioevaluationtool
diff js/core.js @ 2379:1e7d98ca83be
More minor fixes for #90. APE works for Edge
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Fri, 20 May 2016 10:33:41 +0100 |
parents | c41caaa96633 |
children | 2ddc68898dff |
line wrap: on
line diff
--- a/js/core.js Fri May 20 10:15:07 2016 +0100 +++ b/js/core.js Fri May 20 10:33:41 2016 +0100 @@ -679,7 +679,7 @@ this.postNode = function() { // This will take the node from the popupOptions and display it var node = this.popupOptions[this.currentIndex]; - this.popupResponse.innerHTML = null; + this.popupResponse.innerHTML = ""; this.popupTitle.textContent = node.specification.statement; if (node.specification.type == 'question') { var textArea = document.createElement('textarea');