summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-09-09 04:30:12 +0100
committerAndrew Dolgov <[email protected]>2008-09-09 04:30:12 +0100
commit7b4d02a8345139fe86f291b15f89b3db335e2bd1 (patch)
tree642fbf34e2062a19799703e45d3dcd5e26f6d57c /tt-rss.js
parentd0bd9acb41ed36b74af683ac535bed264a198b56 (diff)
main toolbar: add dropbox to select headlines sort mode
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/tt-rss.js b/tt-rss.js
index a63ccacb5..9a5235497 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -464,6 +464,7 @@ function init_second_stage() {
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;
daemon_refresh_only = getInitParam("daemon_refresh_only") == 1;