forked from bigskysoftware/htmx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize Head regex (bigskysoftware#2781)
* remove shared tag regex utility function that is no longer really needed * fix head-support manual test to point to externally hosted extension * minimize regex
- Loading branch information
1 parent
b98e4f2
commit 5b550e5
Showing
2 changed files
with
3 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
</style> | ||
|
||
<script src="../../../src/htmx.js" hx-preserve="true"></script> | ||
<script src="../../../src/ext/head-support.js" hx-preserve="true"></script> | ||
<script src="https://unpkg.com/htmx-ext[email protected]/head-support.js" hx-preserve="true"></script> | ||
</head> | ||
<body hx-ext="head-support" hx-boost="true"> | ||
<header hx-push-url="false" hx-target="main" hx-swap="innerHTML"> | ||
|
@@ -38,4 +38,4 @@ <h1># Index</h1> | |
</ul> | ||
</main> | ||
</body> | ||
</html> | ||
</html> |