Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -1090,7 +1090,7 @@ document.getElementById("lightweight-button").addEventListener("click", function
|
|
| 1090 |
// 現在のURLのクエリパラメーターを取得
|
| 1091 |
const queryParams = window.location.search;
|
| 1092 |
// /send.html にクエリパラメーターを付けてリダイレクト
|
| 1093 |
-
window.location.href = "/
|
| 1094 |
});
|
| 1095 |
</script>
|
| 1096 |
<!-- Google Tag Manager (noscript) -->
|
|
|
|
| 1090 |
// 現在のURLのクエリパラメーターを取得
|
| 1091 |
const queryParams = window.location.search;
|
| 1092 |
// /send.html にクエリパラメーターを付けてリダイレクト
|
| 1093 |
+
window.location.href = "/sender.html" + queryParams;
|
| 1094 |
});
|
| 1095 |
</script>
|
| 1096 |
<!-- Google Tag Manager (noscript) -->
|