1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 01:05:55 +00:00

rework git update checking to be initiated by frontend, outside of runtime info output

This commit is contained in:
Andrew Dolgov
2018-12-16 19:05:37 +03:00
parent c3b8b6a2a1
commit 957c44d177
4 changed files with 46 additions and 40 deletions

View File

@@ -262,14 +262,6 @@ define(["dojo/_base/declare"], function (declare) {
return;
}
if (k == "update_result") {
if (v) {
Element.show("updates-available");
} else {
Element.hide("updates-available");
}
}
if (k == "recent_log_events") {
const alert = $$(".log-alert")[0];