Skip to content
Snippets Groups Projects
Commit 0f207a53 authored by Axel's avatar Axel
Browse files

minor buff in tasks.js

parent 8114d09a
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,7 @@ public class PhasesImpl implements IPhases {
switch (currentPhase) {
case CourseCreation:
// saving the state
saveState(project, changeToPhase);
break;
case GroupFormation:
......
......@@ -180,7 +180,8 @@ function closePhase(phase, projectName){
"Cache-Control": "no-cache"
},
type: 'GET',
success: function (response) {
success: function () {
location.reload();
},
error: function(a){
}
......
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