Your Name 3 years ago
parent
commit
125c12e8f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      step_question/apis/static/script.js

+ 1 - 1
step_question/apis/static/script.js

@@ -96,7 +96,7 @@ $("input[name=submit]").click(function(){
 });
 
 function showThankyou() {
-	document.location = 'index_complete.html';
+	document.location = '/a1/index_complete.html';
 }
 
 $('.btn-exit').click(function() {