diff --git a/public/js/lib/coursewares/coursewaresHCJQFramework_0.1.9.js b/public/js/lib/coursewares/coursewaresHCJQFramework_0.1.9.js index 6b004bafe6..4726dc2192 100644 --- a/public/js/lib/coursewares/coursewaresHCJQFramework_0.1.9.js +++ b/public/js/lib/coursewares/coursewaresHCJQFramework_0.1.9.js @@ -253,13 +253,14 @@ var allSeeds = ''; editorValue = (codeStorage.isAlive())? codeStorage.getEditorValue() : allSeeds; editor.setValue(editorValue); +editor.refresh(); var resetEditor = function resetEditor() { editor.setValue(allSeeds); updatePreview(); codeStorage.updateStorage(); }; - +/* var challengeSeed = challengeSeed || null; var allSeeds = ''; (function() { @@ -273,3 +274,4 @@ var allSeeds = ''; }, 200); })(); })(); +*/