mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Merge pull request #266 from daleglass-overte/fix-bad-newline-places
Fix a bad line ending on one line
This commit is contained in:
commit
7dd1766a3c
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