soiz1 commited on
Commit
98cff2a
·
verified ·
1 Parent(s): 2859ceb

Update index.html

Browse files
Files changed (1) hide show
  1. 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 = "/send.html" + queryParams;
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) -->