Skip to content

Commit

Permalink
make juggernaut redirect go to first sheet in spreadsheet (i.e. the c…
Browse files Browse the repository at this point in the history
…urrent one)
  • Loading branch information
izzygomez committed Dec 10, 2023
1 parent f880967 commit ab73ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r/juggernaut/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<script>
const isMobile = jQuery.browser.mobile;
const juggernautSheetURL =
"https://docs.google.com/spreadsheets/d/19esgK0D0fJngkkrh3CwZ3Gcc4fdoJ2FJJY9TDJ6BYVQ/edit#gid=0";
"https://docs.google.com/spreadsheets/d/19esgK0D0fJngkkrh3CwZ3Gcc4fdoJ2FJJY9TDJ6BYVQ/edit";
const redirectURL = isMobile
? "Googlesheets://" + juggernautSheetURL
: juggernautSheetURL;
Expand Down

0 comments on commit ab73ee1

Please sign in to comment.