summaryrefslogtreecommitdiff
path: root/src/main.js
diff options
context:
space:
mode:
authorcurly <curly@infernal.garden>2024-07-18 12:07:12 -0600
committercurly <curly@infernal.garden>2024-07-18 12:07:12 -0600
commit22a297088b6520a90eb4f01c9286095841f5cf89 (patch)
tree83152ab6fb7dbc695fa4d72379340c2fb0ebac55 /src/main.js
parent25bd00c21b4e389ebdbd487f0ecec8e9f2cf9fa3 (diff)
downloadpoko_web-22a297088b6520a90eb4f01c9286095841f5cf89.tar.gz
poko_web-22a297088b6520a90eb4f01c9286095841f5cf89.tar.bz2
poko_web-22a297088b6520a90eb4f01c9286095841f5cf89.zip
make index relative
Diffstat (limited to 'src/main.js')
-rw-r--r--src/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.js b/src/main.js
index 91e2efb..1ac45db 100644
--- a/src/main.js
+++ b/src/main.js
@@ -1,6 +1,6 @@
const server = window.location.protocol + "//" + window.location.hostname + ":9050";
const host = document.getElementsByTagName("base")[0].href;
-const client_id = "POKO Web 0.1.0";
+const client_id = "POKO Web 0.1.1";
async function xhttp_get(url) {
try {