Skip to content

Commit d0c2d73

Browse files
committed
Change pyscript version
1 parent f4c4096 commit d0c2d73

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

{{ cookiecutter.format }}/www/index.html

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,8 @@
1616

1717
<!-- PyScript -->
1818

19-
<script type="module">
20-
// Hide the splash screen when the page is ready.
21-
import { hooks } from "https://pyscript.net/releases/<!--@@ pyscript_version @@-->/core.js";
22-
hooks.main.onReady.add(() => {
23-
document.getElementById("briefcase-splash").classList.add("hidden");
24-
});
25-
</script>
26-
27-
<link rel="stylesheet" href="https://pyscript.net/releases/<!--@@ pyscript_version @@-->/core.css">
28-
<script type="module" src="https://pyscript.net/releases/<!--@@ pyscript_version @@-->/core.js"></script>
19+
<!--@@ PyScript:start @@-->
20+
<!--@@ PyScript:end @@-->
2921

3022
<!-- Toolkit Content Inserts -->
3123

0 commit comments

Comments
 (0)