mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 14:41:29 +00:00
basic functionality pass 9
This commit is contained in:
10
prefs.js
10
prefs.js
@@ -44,6 +44,12 @@ function notify(msg) {
|
|||||||
|
|
||||||
n.innerHTML = msg;
|
n.innerHTML = msg;
|
||||||
|
|
||||||
|
if (msg.length == 0) {
|
||||||
|
n.style.display = "none";
|
||||||
|
} else {
|
||||||
|
n.style.display = "block";
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function feedlist_callback() {
|
function feedlist_callback() {
|
||||||
@@ -92,8 +98,8 @@ function addFeed() {
|
|||||||
|
|
||||||
function init() {
|
function init() {
|
||||||
|
|
||||||
notify("init");
|
|
||||||
|
|
||||||
update_feeds();
|
update_feeds();
|
||||||
|
|
||||||
|
notify("");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user