Your Name 4 năm trước cách đây
mục cha
commit
125c12e8f6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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() {