mirror of
https://gitlab.aliens-lyon.fr/savrillo/gpens.git
synced 2026-03-18 02:01:03 +01:00
Change loaded event
This commit is contained in:
parent
046c79668b
commit
664389333a
@ -104,7 +104,7 @@ function initSvgSupport()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
window.addEventListener("DOMContentLoaded", (event) => {
|
window.addEventListener('load', function() {
|
||||||
// Init SVG
|
// Init SVG
|
||||||
var plan = document.getElementById('plan');
|
var plan = document.getElementById('plan');
|
||||||
if (plan.contentDocument == null) {
|
if (plan.contentDocument == null) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user