Made a lot of small changes in the frontend
This commit is contained in:
parent
0d489d9dd7
commit
f3f2aa3935
13 changed files with 75 additions and 178 deletions
|
@ -392,8 +392,6 @@ def frontlist(v=None, sort="hot", page=1, t="all", ids_only=True, ccmode="false"
|
|||
@app.get("/changelog")
|
||||
@auth_required
|
||||
def changelog(v):
|
||||
|
||||
|
||||
try: page = max(int(request.values.get("page", 1)), 1)
|
||||
except: page = 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue