Explorar el Código

exit close window

huaisianhuang hace 4 años
padre
commit
3f50822013
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  1. BIN
      step_question/.DS_Store
  2. 1 1
      step_question/apis/static/script.js

BIN
step_question/.DS_Store


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

@@ -116,7 +116,7 @@ function showThankyou() {
 // 跳離頁面
 $('.btn-exit').click(function() {
 	// document.location = 'https://hhh.com.tw/';
-	// window.close('','_parent','');
+	window.close('','_parent','');
 })
 
 function show_input_text(checkbox_id, input_id) {