sdf
This commit is contained in:
parent
e911c4c405
commit
a2efa23d9c
1 changed files with 1 additions and 1 deletions
|
@ -445,7 +445,7 @@ def sub_sidebar(v, sub):
|
||||||
|
|
||||||
|
|
||||||
@app.get("/subs/<mode>")
|
@app.get("/subs/<mode>")
|
||||||
def subs(mode):
|
def sub_toggle(mode):
|
||||||
if mode in ('Exclude subs', 'Include subs', 'View subs only'): session["subs"] = mode
|
if mode in ('Exclude subs', 'Include subs', 'View subs only'): session["subs"] = mode
|
||||||
|
|
||||||
if request.referrer and len(request.referrer) > 1 and request.referrer.startswith(SITE_FULL):
|
if request.referrer and len(request.referrer) > 1 and request.referrer.startswith(SITE_FULL):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue