fix indent

This commit is contained in:
Chris Dodge
2013-07-29 15:20:16 -04:00
committed by Brian Talbot
parent f50d304166
commit d321406cc3

View File

@@ -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) {