mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 18:21:14 +08:00
FIX: Redirect users to top when latest
is the homepage
This commit is contained in:
@ -30,7 +30,7 @@ PreloadStore.store("site", {
|
||||
{ id: 21, name: "test" }
|
||||
],
|
||||
filters: ["latest", "unread", "new", "starred", "read", "posted"],
|
||||
periods: ["yearly", "monthly", "weekly", "daily"],
|
||||
periods: ["all", "yearly", "monthly", "weekly", "daily"],
|
||||
top_menu_items: [
|
||||
"latest",
|
||||
"unread",
|
||||
|
Reference in New Issue
Block a user