There was an error while loading. Please reload this page.
1 parent ea7fe80 commit 9c4baa9Copy full SHA for 9c4baa9
1 file changed
docs/get-started/_redirect.html
@@ -2,8 +2,8 @@
2
/* This code exists but is no longer used in the "happy path" for our webpage. If someone lands here it
3
will still work but redirect to the main guide, which itself will no longer use redirection.
4
5
- The issue with redirection is it causes a FOUC
+ The issue with redirection is it causes a FOUC */
6
7
const toolPage = window.localStorage.getItem("tutorialToolGetStarted") || "jupyter.html";
8
window.location.replace(toolPage);
9
-</script>
+</script>
0 commit comments