Skip to content

Commit ab71cda

Browse files
committed
button
1 parent 6d86184 commit ab71cda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/base.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@
143143
}
144144

145145
const buttonInterceptor = async (ev) => {
146+
if(!ev.target.href) return;
147+
146148
ev.preventDefault();
147149

148150
const portal = document.getElementById("portal");

0 commit comments

Comments
 (0)