mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 11:09:18 +02:00
fix: drop hx-trigger once — rely on browser cache for dedup
This commit is contained in:
@@ -189,7 +189,7 @@ $hx = 'hx-target="#repertoire-index" hx-swap="outerHTML" hx-push-url="true" hx-i
|
||||
data-student-name="<?= htmlspecialchars($name) ?>"
|
||||
hx-get="<?= htmlspecialchars($previewUrl) ?>"
|
||||
hx-target="#student-popover"
|
||||
hx-trigger="mouseenter once"
|
||||
hx-trigger="mouseenter"
|
||||
hx-swap="innerHTML">
|
||||
<?= htmlspecialchars($name) ?>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user