mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 21:11:13 +08:00
DEV: Remove handling of category top menu items
Support for these kinds of navigation items was dropped in 88f52514, but the code for handling these menu items was never removed.
This commit is contained in:
@ -38,11 +38,10 @@ PreloadStore.store("site", {
|
||||
"starred",
|
||||
"read",
|
||||
"posted",
|
||||
"category",
|
||||
"categories",
|
||||
"top"
|
||||
],
|
||||
anonymous_top_menu_items: ["latest", "category", "categories", "top"],
|
||||
anonymous_top_menu_items: ["latest", "categories", "top"],
|
||||
uncategorized_category_id: 17,
|
||||
categories: [
|
||||
{
|
||||
|
Reference in New Issue
Block a user