Remove hot posts button from mobile interface (#38)
This commit also cleans up some remnants of the previous default sort orders.
This commit is contained in:
parent
728260e4ad
commit
0bab69947a
6 changed files with 6 additions and 19 deletions
|
@ -179,7 +179,7 @@ def front_all(v, sub=None, subdomain=None):
|
|||
if sub or SITE_NAME != 'rDrama': defaulttime = 'all'
|
||||
else: defaulttime = v.defaulttime
|
||||
else:
|
||||
defaultsorting = "hot"
|
||||
defaultsorting = "new"
|
||||
if sub or SITE_NAME != 'rDrama': defaulttime = 'all'
|
||||
else: defaulttime = defaulttimefilter
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue