mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 13:58:51 +02:00
Fix a bad line ending on one line
This commit is contained in:
parent
0ac80b4b87
commit
56ff2e2869
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@
|
||||||
|
|
||||||
function getContent(url) {
|
function getContent(url) {
|
||||||
httpRequest = new XMLHttpRequest();
|
httpRequest = new XMLHttpRequest();
|
||||||
httpRequest.open("GET", url, false); // false for synchronous request
|
httpRequest.open("GET", url, false); // false for synchronous request
|
||||||
httpRequest.setRequestHeader("Cache-Control", "no-cache");
|
httpRequest.setRequestHeader("Cache-Control", "no-cache");
|
||||||
httpRequest.timeout = REQUEST_TIMEOUT;
|
httpRequest.timeout = REQUEST_TIMEOUT;
|
||||||
httpRequest.ontimeout=function(){
|
httpRequest.ontimeout=function(){
|
||||||
|
|
Loading…
Reference in a new issue