Carson Gross 110dd63e97 two small bug fixes:
* do not use template parsing for full body response content
* clear polling when reprocessing an element to avoid stacking up poll requests

latter fixes https://github.com/bigskysoftware/htmx/issues/1350
2023-04-11 09:32:52 -06:00

13 lines
453 B
HTML

<html lang="en">
<head>
<meta charset="utf-8" />
<script type="application/javascript" src="../../../src/htmx.js"></script>
<title>History - Regression 2 Page 2</title>
<meta name="htmx-config" content='{"useTemplateFragments": "true"}'>
</head>
<body style="padding:20px;font-family: sans-serif" hx-boost="true">
<a href="index.html">Back To Page 1</a>
<p>History Element should read 'History - Regression 2 Page 1'</p>
</body>
</html>