diff --git a/htagweb/runners.py b/htagweb/runners.py index 24ba796..7fc1cf5 100644 --- a/htagweb/runners.py +++ b/htagweb/runners.py @@ -273,7 +273,8 @@ async def handle(self, request, jslib += "\nasync function _write_(x) {return x}\n" pparano="" - jslib += "let webroot = document.location.pathname || '/';" + # jslib += "let webroot = document.location.pathname || '/';" + jslib += "let webroot = '/';" if is_http_only: # interactions use HTTP POST