mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 16:53:32 +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";
|
||||
elServerScriptError.style.display = "block";
|
||||
}
|
||||
//elServerScriptError.innerHTML = JSON.stringify(data) + "\n" + data.errorInfo;;
|
||||
elServerScriptError.innerHTML = data.errorInfo;;
|
||||
} else {
|
||||
elServerScriptStatus.innerHTML = "Not running";
|
||||
|
|
Loading…
Reference in a new issue