Fix song link

master
William Toohey 10 years ago
parent 9e50ad8e91
commit 76f20c56ba
  1. 2
      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;

Loading…
Cancel
Save