summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-04 12:12:31 +0300
committerAndrew Dolgov <[email protected]>2010-01-04 12:12:31 +0300
commit6f068202d7e472be431ddde436e4623a6a6d20b9 (patch)
treedef3bc900dae12a7c409783b80c9c57703802d0c /tt-rss.js
parent938052bac8c59922706cc026ddb9644dc59b2646 (diff)
rework the way DEFAULT_ARTICLE_LIMIT works, remove limit toolbar dropdown (bump schema)
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 824727291..27432be75 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -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;