Compare commits

..

No commits in common. "3e655d56cfa8fa95c644adeedac20e454076c7de" and "af90d3b26f2ba79885d15e52ab1b09a8f8b9123d" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ async function send_request() {
} }
// NGINX is nonstandard in not having this as the default // NGINX is nonstandard in not having this as the default
if (response_options.method == "PROPFIND") { if (response_options.method == "PROPFIND") {
response_options.headers["Depth"] = "1"; response_options.headers["Depth"] = "infinity";
} }
const response = await fetch(new Request("https://libreinternet.club/" + editorurl.value, response_options)); const response = await fetch(new Request("https://libreinternet.club/" + editorurl.value, response_options));
editorresponse.value = await response.text(); editorresponse.value = await response.text();

View file

@ -1,6 +1,6 @@
import { url } from "./editor.js"; import { url } from "./editor.js";
const gameurl = `${url}tictactoegamestate`; const gameurl = `${url}ticktactoegamestate`;
const board = [ const board = [
tictactoebutton0, tictactoebutton0,
tictactoebutton1, tictactoebutton1,