Skip to content
Snippets Groups Projects
Commit d321406c authored by Chris Dodge's avatar Chris Dodge Committed by Brian Talbot
Browse files

fix indent

parent f50d3041
No related merge requests found
......@@ -682,12 +682,12 @@ function saveNewCourse(e) {
});
$.post('/create_new_course', {
'org': org,
'number': number,
'display_name': display_name,
'run': run
},
function(data) {
'org': org,
'number': number,
'display_name': display_name,
'run': run
},
function(data) {
if (data.id !== undefined) {
window.location = '/' + data.id.replace(/.*:\/\//, '');
} else if (data.ErrMsg !== undefined) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment