1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:35:56 +00:00

RIP tag cloud: last of the vanilla popup dialog system

This commit is contained in:
Andrew Dolgov
2021-02-12 18:43:30 +03:00
parent 9330bde991
commit ad7842c98a
3 changed files with 0 additions and 120 deletions

View File

@@ -638,7 +638,6 @@ class RPC extends Handler_Protected {
"goto_marked" => __("Starred"),
"goto_published" => __("Published"),
"goto_read" => __("Recently read"),
"goto_tagcloud" => __("Tag cloud"),
"goto_prefs" => __("Preferences")),
__("Other") => array(
"create_label" => __("Create label"),
@@ -711,7 +710,6 @@ class RPC extends Handler_Protected {
"g s" => "goto_marked",
"g p" => "goto_published",
"g r" => "goto_read",
"g t" => "goto_tagcloud",
"g P" => "goto_prefs",
"r" => "select_article_cursor",
"c l" => "create_label",