forked from Adleraci/adlerka.top
Merge branch 'main' of https://git.brn.systems/Adleraci/adlerka.top
This commit is contained in:
commit
effbc5c726
@ -144,6 +144,7 @@ function logout() {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function initAjax() {
|
||||||
let links = document.querySelectorAll('.navsite_link, .navpage_link');
|
let links = document.querySelectorAll('.navsite_link, .navpage_link');
|
||||||
|
|
||||||
// Add click event listener to each link
|
// Add click event listener to each link
|
||||||
@ -162,4 +163,5 @@ links.forEach(function(link) {
|
|||||||
// You can use this information to update the URL or perform other actions
|
// You can use this information to update the URL or perform other actions
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
}
|
||||||
|
document.addEventListener('DOMContentLoaded', initAjax);
|
||||||
|
Loading…
Reference in New Issue
Block a user