Skip to content

Commit 738c42b

Browse files
authored
Merge pull request #1192 from validmind/nocache-hotfix-for-prod
Hotfix: Remove nocache directive
2 parents 3ad8970 + c54afca commit 738c42b

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

site/training/common-slides/_log-in-with-jupyterhub.qmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ Be sure to return to this page afterwards.
2929
2. After you successfully log in, refresh the page to connect this training module up to the {{< var validmind.platform >}}:
3030

3131
::: {.tc}
32-
<button class="button" onClick="window.location.href = window.location.pathname + '?nocache=' + Date.now();">Refresh Page</button>
33-
32+
<button class="button" onClick="location.reload(true);">Refresh Page</button>
3433
:::
3534

site/training/common-slides/_log-in.qmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ Be sure to return to this page afterwards.
1717
2. After you successfully log in, refresh the page to connect this training module up to the {{< var validmind.platform >}}:
1818

1919
::: {.tc}
20-
<button class="button" onClick="window.location.href = window.location.pathname + '?nocache=' + Date.now();">Refresh Page</button>
21-
20+
<button class="button" onClick="location.reload(true);">Refresh Page</button>
2221
:::

0 commit comments

Comments
 (0)