mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:35:55 +00:00
set limitbox value from cookie on init
This commit is contained in:
@@ -419,15 +419,15 @@ function init() {
|
||||
|
||||
var content = document.getElementById("content");
|
||||
|
||||
// active_feed_id = getCookie("ttrss_vf_actfeed");
|
||||
|
||||
var limitbox = document.getElementById("limitbox");
|
||||
|
||||
if (getCookie("ttrss_vf_vmode")) {
|
||||
var viewbox = document.getElementById("viewbox");
|
||||
viewbox.value = getCookie("ttrss_vf_vmode");
|
||||
}
|
||||
|
||||
if (getCookie("ttrss_vf_limit")) {
|
||||
var limitbox = document.getElementById("limitbox");
|
||||
limitbox.value = getCookie("ttrss_vf_limit");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user