Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
1cg committed Sep 21, 2023
2 parents 73bfbb5 + 03b1ebe commit 1386504
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<body style="padding:20px;font-family: sans-serif">

<h1 style="margin-top: 40px">htmx.js test suite</h1>
<p id="version-number">Version:&nbsp;</p>

<h2>Scratch Page</h2>
<ul>
Expand All @@ -40,6 +41,9 @@ <h2>Mocha Test Suite</h2>
if (navigator.webdriver) {
htmx.logAll = function () { }
}

// Add the version number to the top
document.getElementById('version-number').innerText += htmx.version
</script>

<script class="mocha-init">
Expand Down
4 changes: 4 additions & 0 deletions www/static/test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<body style="padding:20px;font-family: sans-serif">

<h1 style="margin-top: 40px">htmx.js test suite</h1>
<p id="version-number">Version:&nbsp;</p>

<h2>Scratch Page</h2>
<ul>
Expand All @@ -40,6 +41,9 @@ <h2>Mocha Test Suite</h2>
if (navigator.webdriver) {
htmx.logAll = function () { }
}

// Add the version number to the top
document.getElementById('version-number').innerText += htmx.version
</script>

<script class="mocha-init">
Expand Down

0 comments on commit 1386504

Please sign in to comment.