User facing challenge mentions now point to coursewares, remove completed view from account/show

This commit is contained in:
Nathan Leniz
2015-03-21 18:42:19 +09:00
parent 9cdb2588b4
commit ac511982a4
8 changed files with 33 additions and 106 deletions

View File

@@ -34,10 +34,6 @@ editor.setOption("extraKeys", {
var spaces = Array(cm.getOption("indentUnit") + 1).join(" ");
cm.replaceSelection(spaces);
}
},
"Ctrl-Enter": function() {
bonfireExecute();
return false;
}
});
@@ -115,7 +111,7 @@ var allSeeds = '';
});
})();
editor.setValue('test');
editor.setValue(allSeeds);
function doLinting () {
editor.operation(function () {