Skip to content
Snippets Groups Projects
Commit 97bcd89e authored by Axel's avatar Axel
Browse files

fix: create quiz works again

parent 660820b5
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ $(document).ready(function () {
},
type: 'POST',
success: function(){
location.href="quiz.jsp?token="+getUserTokenFromUrl()+"&projectId="+$('#projectId').html().trim();
location.href="Quiz.jsp?token="+getUserTokenFromUrl()+"&projectId="+$('#projectId').html().trim();
},
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