Test history restore
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2025-07-09 18:48:36 -06:00
parent c2c3c4a5ed
commit ef24d4b420
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
2 changed files with 2 additions and 2 deletions

View file

@ -84,7 +84,7 @@
<body> <body>
<iframe id="tubes" src="https://1j01.github.io/pipes/#{%22hideUI%22:true}" loading="lazy" <iframe id="tubes" src="https://1j01.github.io/pipes/#{%22hideUI%22:true}" loading="lazy"
style="position: fixed; left: 0; top: 0; height: 100%; width: 100%; border-width: 0; display: none; z-index: 0;"></iframe> style="position: fixed; left: 0; top: 0; height: 100%; width: 100%; border-width: 0; display: none; z-index: 0;"></iframe>
<center id="page-content" hx-history="false"> <center id="page-content">
<x-marquee>&nbsp; THE SANDWICH THE SANDWICH THE SANDWICH THE SANDWICH THE SANDWICH THE SANDWICH THE <x-marquee>&nbsp; THE SANDWICH THE SANDWICH THE SANDWICH THE SANDWICH THE SANDWICH THE SANDWICH THE
SANDWICH THE SANDWICH SANDWICH THE SANDWICH
THE THE

View file

@ -3,7 +3,7 @@
selected: Number(props.selected || '0') selected: Number(props.selected || '0')
} }
</script> </script>
<nav class="tab-list" role="tablist" hx-indicator="#indicator"> <nav class="tab-list" role="tablist" hx-indicator="#indicator" hx-history="false">
<button hx-get="/partials/projects.html" hx-push-url="/projects.html" class="{{ selected-- == 0 ? 'selected' : '' }}" <button hx-get="/partials/projects.html" hx-push-url="/projects.html" class="{{ selected-- == 0 ? 'selected' : '' }}"
role="tab" aria-selected="{{ selected == -1 ? 'true' : 'false' }}" aria-controls="tab-content">Our role="tab" aria-selected="{{ selected == -1 ? 'true' : 'false' }}" aria-controls="tab-content">Our
Projects</button> Projects</button>