mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 06:35:55 +00:00
rework the way DEFAULT_ARTICLE_LIMIT works, remove limit toolbar dropdown (bump schema)
This commit is contained in:
@@ -514,7 +514,6 @@ function init_second_stage() {
|
||||
var toolbar = document.forms["main_toolbar_form"];
|
||||
|
||||
dropboxSelect(toolbar.view_mode, getInitParam("default_view_mode"));
|
||||
dropboxSelect(toolbar.limit, getInitParam("default_view_limit"));
|
||||
dropboxSelect(toolbar.order_by, getInitParam("default_view_order_by"));
|
||||
|
||||
daemon_enabled = getInitParam("daemon_enabled") == 1;
|
||||
|
||||
Reference in New Issue
Block a user