From ef024977df8749e7b0ee810a1f463771fda1b4b0 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Sat, 30 Sep 2017 08:18:02 -0400 Subject: [PATCH] fix url --- contrib/static/overchan.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/static/overchan.js b/contrib/static/overchan.js index b262c5c..483896a 100644 --- a/contrib/static/overchan.js +++ b/contrib/static/overchan.js @@ -72,7 +72,7 @@ onready(function() { elem.innerHTML += "."; } }; - ajax.open(form.method, form.action+"?t=json"); + ajax.open(form.method, form.action+"/json"); ajax.send(new FormData(form)); }; var elems = document.getElementsByClassName("postbutton");