Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
JayeshRocks authored Mar 29, 2024
1 parent 284f64e commit 740fe32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
var pathName = window.location.pathname;
if (pathName == "/") {} else {
pathInfo = pathName.replace("/","");
var newURL = "https://script.google.com/macros/s/AKfycbxUExTVq32wNovPRhcVTgwlYKEuVI9SjHEuWG7rbL2uubkBIml_QaIy0YFrF5Titigk/exec?" + pathInfo;
var newURL = "https://script.google.com/macros/s/AKfycbwmgmenQ4OgNA_UAX30Yq3iv3Nva6CNRwRcSkR1mHZ-7gy6t7h4bQh0IB47ggp2lBVE/exec?" + pathInfo;
window.open(newURL, '_top');
}
</script>
Expand Down Expand Up @@ -76,7 +76,7 @@
</head>

<body>
<iframe class="gas-frame" src="https://script.google.com/macros/s/AKfycbxUExTVq32wNovPRhcVTgwlYKEuVI9SjHEuWG7rbL2uubkBIml_QaIy0YFrF5Titigk/exec"></iframe>
<iframe class="gas-frame" src="https://script.google.com/macros/s/AKfycbwmgmenQ4OgNA_UAX30Yq3iv3Nva6CNRwRcSkR1mHZ-7gy6t7h4bQh0IB47ggp2lBVE/exec"></iframe>
<script>
// Check compatibility for the browser we're running this in
if ("serviceWorker" in navigator) {
Expand Down

0 comments on commit 740fe32

Please sign in to comment.