|
@@ -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) {
|