changeset 2557:03a9a90717ed

Hotfix: #167
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Thu, 19 Jan 2017 10:37:30 +0000
parents ddcaf70a6af2
children 137f5e0afcb8 c40cda1c2839 e3cf3c24149e
files interfaces/timeline.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/interfaces/timeline.js	Tue Dec 20 12:51:28 2016 +0000
+++ b/interfaces/timeline.js	Thu Jan 19 10:37:30 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");