Skip to content

Commit 9c5a646

Browse files
scrhartleyscrhartley
andauthored
Remove redundant script tags (#3358)
* Remove redundant script tags * Remove redundant script tags --------- Co-authored-by: scrhartley <[email protected]>
1 parent 85e499d commit 9c5a646

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

www/content/examples/modal-custom.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,6 @@ example.
132132
}
133133
```
134134

135-
<script src="https://cdn.jsdelivr.net/npm/htmx.org"></script>
136-
<script src="https://cdn.jsdelivr.net/npm/hyperscript.org"></script>
137135
<script type="text/javascript">
138136

139137
//=========================================================================

www/content/examples/modal-uikit.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ window.document.getElementById("cancelButton").addEventListener("click", functio
8989
@import "https://cdnjs.cloudflare.com/ajax/libs/uikit/3.5.9/css/uikit-core.min.css";
9090
</style>
9191

92-
<script src="https://cdn.jsdelivr.net/npm/hyperscript.org"></script>
9392
<script>
9493
//=========================================================================
9594
// Fake Server Side Code

www/content/examples/tabs-javascript.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ when the content is swapped into the DOM.
4949

5050
<div id="tab-contents" role="tabpanel" hx-get="/tab1" hx-trigger="load"></div>
5151

52-
<script src="https://cdn.jsdelivr.net/npm/hyperscript.org"></script>
5352
<script>
5453
onGet("/tab1", function() {
5554
return `

0 commit comments

Comments
 (0)