mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 01:22:13 -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"
|
tpl = "browser"
|
||||||
if "b" in self.uparam:
|
if "b" in self.uparam:
|
||||||
tpl = "browser2"
|
tpl = "browser2"
|
||||||
|
is_js = False
|
||||||
|
|
||||||
logues = ["", ""]
|
logues = ["", ""]
|
||||||
if not self.args.no_logues:
|
if not self.args.no_logues:
|
||||||
|
|
Loading…
Reference in a new issue