mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 05:58:27 +02:00
Remove dead code in entityProperties.js
This commit is contained in:
parent
c252d80782
commit
7cd19192d9
1 changed files with 0 additions and 1 deletions
|
@ -727,7 +727,6 @@ function loaded() {
|
||||||
elServerScriptStatus.innerHTML = "Error running script";
|
elServerScriptStatus.innerHTML = "Error running script";
|
||||||
elServerScriptError.style.display = "block";
|
elServerScriptError.style.display = "block";
|
||||||
}
|
}
|
||||||
//elServerScriptError.innerHTML = JSON.stringify(data) + "\n" + data.errorInfo;;
|
|
||||||
elServerScriptError.innerHTML = data.errorInfo;;
|
elServerScriptError.innerHTML = data.errorInfo;;
|
||||||
} else {
|
} else {
|
||||||
elServerScriptStatus.innerHTML = "Not running";
|
elServerScriptStatus.innerHTML = "Not running";
|
||||||
|
|
Loading…
Reference in a new issue