mirror of
https://github.com/kevinveenbirkenbach/homepage.veen.world.git
synced 2026-02-23 03:02:44 +00:00
Implemented full width function
This commit is contained in:
@@ -106,6 +106,7 @@ document.addEventListener("DOMContentLoaded", function() {
|
||||
link.addEventListener("click", function(event) {
|
||||
event.preventDefault(); // prevent full page navigation
|
||||
openIframe(this.href);
|
||||
updateUrlFullWidth(true);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user