mirror of
https://codeberg.org/vegvisir/website.git
synced 2025-09-14 08:53:42 +02:00
5 lines
No EOL
253 B
JavaScript
5 lines
No EOL
253 B
JavaScript
// The programatically appended anchor tag will not have Vegvisir event listeners on it yet
|
|
document.body.appendChild(document.createElement("a"));
|
|
|
|
// It will have Vegvisir event listeners after this method is called
|
|
vegvisir.Navigation.bindElements(); |