mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-05 14:05:27 +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) {
|
||||
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.timeout = REQUEST_TIMEOUT;
|
||||
httpRequest.ontimeout=function(){
|
||||
|
|
Loading…
Reference in a new issue