Update static/map.html
Browse files- static/map.html +1 -1
static/map.html
CHANGED
|
@@ -1130,7 +1130,7 @@
|
|
| 1130 |
console.log("Neuer Marker gesetzt für " + playername + ": " + position);
|
| 1131 |
}
|
| 1132 |
|
| 1133 |
-
document.onload = loadLocalData()
|
| 1134 |
|
| 1135 |
|
| 1136 |
// MODAL Trigger
|
|
|
|
| 1130 |
console.log("Neuer Marker gesetzt für " + playername + ": " + position);
|
| 1131 |
}
|
| 1132 |
|
| 1133 |
+
//document.onload = loadLocalData()
|
| 1134 |
|
| 1135 |
|
| 1136 |
// MODAL Trigger
|