Mercurial > hg > webaudioevaluationtool
diff interfaces/timeline.js @ 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 | 03a9a90717ed |
children | e3cf3c24149e |
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");