Skip to content

Commit

Permalink
Update runners.py
Browse files Browse the repository at this point in the history
rollback previous
  • Loading branch information
manatlan authored Nov 7, 2024
1 parent 2f49691 commit a816d9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion htagweb/runners.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a816d9a

Please sign in to comment.