Implemented full width function

This commit is contained in:
2025-07-05 18:00:23 +02:00
parent f0d4206731
commit 2f63009c31
7 changed files with 166 additions and 155 deletions

View File

@@ -106,6 +106,7 @@ document.addEventListener("DOMContentLoaded", function() {
link.addEventListener("click", function(event) {
event.preventDefault(); // prevent full page navigation
openIframe(this.href);
updateUrlFullWidth(true);
});
});