mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
basic-browser is implicitly not js
This commit is contained in:
parent
ec4daacf9e
commit
344ce63455
|
@ -2175,6 +2175,7 @@ class HttpCli(object):
|
|||
tpl = "browser"
|
||||
if "b" in self.uparam:
|
||||
tpl = "browser2"
|
||||
is_js = False
|
||||
|
||||
logues = ["", ""]
|
||||
if not self.args.no_logues:
|
||||
|
|
Loading…
Reference in a new issue