From 76f20c56ba029c15ffc0f4279694a6d2bf1d662a Mon Sep 17 00:00:00 2001 From: William Toohey Date: Fri, 5 Feb 2016 22:31:46 +1000 Subject: [PATCH] Fix song link --- src/js/HuesEditor.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/js/HuesEditor.js b/src/js/HuesEditor.js index bf278ee..ef6bcf8 100644 --- a/src/js/HuesEditor.js +++ b/src/js/HuesEditor.js @@ -560,6 +560,8 @@ HuesEditor.prototype.uiCreateEditArea = function() { if(!this.song.independentBuild) { // Correct the lengths this.setText(this.loopEdit, this.getText(this.loopEdit)); + } else { + this.updateInfo(); } }; this.timeLock._locker = locker;