mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-18 09:17:12 +00:00
when the JS is upgraded but the browser has a cached page, turbo sometimes tries to reinsert the old one, causing "already declared" errors
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
<link href="$(ctx.staticFilesPrefix)/oddbean.css?$(ctx.staticOddbeanCssHash)" rel="stylesheet">
|
<link href="$(ctx.staticFilesPrefix)/oddbean.css?$(ctx.staticOddbeanCssHash)" rel="stylesheet">
|
||||||
<script defer src="$(ctx.staticFilesPrefix)/oddbean.js?$(ctx.staticOddbeanJsHash)"></script>
|
<script defer data-turbo-eval="false" src="$(ctx.staticFilesPrefix)/oddbean.js?$(ctx.staticOddbeanJsHash)"></script>
|
||||||
|
|
||||||
<title>$(ctx.title)Oddbean</title>
|
<title>$(ctx.title)Oddbean</title>
|
||||||
</head>
|
</head>
|
||||||
|
Reference in New Issue
Block a user