|
|
@@ -172,6 +172,7 @@ function loadConfig(_basepath) {
|
|
|
xhttp.open("GET", url, false);
|
|
|
xhttp.send();
|
|
|
config_gesamt = xhttp.responseText;
|
|
|
+ config_gesamt = config_gesamt.replace("InitalRotate", "InitialRotate"); // Korrigiere Schreibfehler in config.ini !!!!!
|
|
|
}
|
|
|
catch (error)
|
|
|
{
|