Skip to content

Commit

Permalink
Fix new task link
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDerval committed Mar 20, 2015
1 parent 2f14808 commit 9940736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/INGInious.js
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ function studio_create_new_task()
alert('Task id should only contain alphanumeric characters (in addition to ".", "_" and "-").');
return;
}
window.location.href=window.location.href+"/edit/"+$('#new_task_id').val()
window.location.href=window.location.href+"/../edit/"+$('#new_task_id').val()
}

/**
Expand Down

0 comments on commit 9940736

Please sign in to comment.