Compare commits
2 commits
af90d3b26f
...
3e655d56cf
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e655d56cf | |||
| 163546d5b3 |
2 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ async function send_request() {
|
|||
}
|
||||
// NGINX is nonstandard in not having this as the default
|
||||
if (response_options.method == "PROPFIND") {
|
||||
response_options.headers["Depth"] = "infinity";
|
||||
response_options.headers["Depth"] = "1";
|
||||
}
|
||||
const response = await fetch(new Request("https://libreinternet.club/" + editorurl.value, response_options));
|
||||
editorresponse.value = await response.text();
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import { url } from "./editor.js";
|
||||
|
||||
const gameurl = `${url}ticktactoegamestate`;
|
||||
const gameurl = `${url}tictactoegamestate`;
|
||||
const board = [
|
||||
tictactoebutton0,
|
||||
tictactoebutton1,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue