fix: drop hx-trigger once — rely on browser cache for dedup

This commit is contained in:
Pontoporeia
2026-04-24 13:27:28 +02:00
parent 6eb111a6ab
commit 743268cf1b

View File

@@ -189,7 +189,7 @@ $hx = 'hx-target="#repertoire-index" hx-swap="outerHTML" hx-push-url="true" hx-i
data-student-name="<?= htmlspecialchars($name) ?>" data-student-name="<?= htmlspecialchars($name) ?>"
hx-get="<?= htmlspecialchars($previewUrl) ?>" hx-get="<?= htmlspecialchars($previewUrl) ?>"
hx-target="#student-popover" hx-target="#student-popover"
hx-trigger="mouseenter once" hx-trigger="mouseenter"
hx-swap="innerHTML"> hx-swap="innerHTML">
<?= htmlspecialchars($name) ?> <?= htmlspecialchars($name) ?>
</a> </a>