mirror of
https://gitlab.aliens-lyon.fr/savrillo/gpens.git
synced 2026-09-11 23:10:46 +02:00
Change loaded event
This commit is contained in:
+1
-1
@@ -104,7 +104,7 @@ function initSvgSupport()
|
||||
}
|
||||
|
||||
|
||||
window.addEventListener("DOMContentLoaded", (event) => {
|
||||
window.addEventListener('load', function() {
|
||||
// Init SVG
|
||||
var plan = document.getElementById('plan');
|
||||
if (plan.contentDocument == null) {
|
||||
|
||||
Reference in New Issue
Block a user