Your Name 4 년 전
부모
커밋
125c12e8f6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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() {