return LinksReform.js

This commit is contained in:
F4ilji
2026-01-27 14:16:41 +05:00
parent d0cda1dac2
commit ae7b42acbe
-4
View File
@@ -50,10 +50,6 @@ export const linksReform = {
reactiveLinks.forEach(link => {
link.addEventListener('click', async (event) => {
if (link.getAttribute('target') === '_blank') {
return;
}
if (this.checkPathname(link.pathname)) return;
event.preventDefault();