diff --git a/runestone/activecode/js/activecode.js b/runestone/activecode/js/activecode.js index b3780416c..0a38350bd 100755 --- a/runestone/activecode/js/activecode.js +++ b/runestone/activecode/js/activecode.js @@ -223,7 +223,7 @@ ActiveCode.prototype.createControls = function () { // lc mod // the control button go inside the container for the code // rather than outside above it - $(this.codeDiv).prepend(ctrlDiv); + $(this.codeDiv).append(ctrlDiv); };