Mercurial > hg > webaudioevaluationtool
changeset 2558:137f5e0afcb8
Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
author | www-data <www-data@sucuk.dcs.qmul.ac.uk> |
---|---|
date | Thu, 19 Jan 2017 11:20:54 +0000 |
parents | 6c49932ecb26 (current diff) 03a9a90717ed (diff) |
children | f5d8a0af942f |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/interfaces/timeline.js Tue Dec 20 13:20:55 2016 +0000 +++ b/interfaces/timeline.js Thu Jan 19 11:20:54 2017 +0000 @@ -55,8 +55,8 @@ submit.id = 'submit-button'; submit.style.float = 'left'; // Append the interface buttons into the interfaceButtons object. + interfaceButtons.appendChild(submit); interfaceButtons.appendChild(playback); - interfaceButtons.appendChild(submit); // Create outside reference holder var outsideRef = document.createElement("div");