Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
Error: document.getElementById("s" + $a) is null
Source File: http://fifaplace.pytalhost.com/fifaliga/includes/aufstellung.js
Line: 27
pos is undefined
[Bei diesem Fehler anhalten] document.getElementById("s" + $a).style.left = pos.x[$a-1];
function formation(form) {
var pos = all[form];
for (var $a = 1; $a < 12; $a++) {
document.getElementById("s" + $a).style.left = pos.x[$a-1];
document.getElementById("s" + $a).style.top = pos.y[$a-1];
}
};
var pos = all[form];
var pos = all[form] || all['4-1-2-1-2'];
function formation(form) {
var pos = all[form] || all['4-1-2-1-2'];
for (var $a = 1; $a < 12; $a++) {
document.getElementById("s" + $a).style.left = pos.x[$a-1];
document.getElementById("s" + $a).style.top = pos.y[$a-1];
}
};