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

shorten pref tab names; make log-alert clickable

This commit is contained in:
Andrew Dolgov
2021-02-11 15:49:32 +03:00
parent cc646790fd
commit 74986d1ac6
15 changed files with 25 additions and 16 deletions

View File

@@ -92,7 +92,7 @@ define(["dojo/_base/declare", "dojo/dom-construct", "lib/CheckBoxTree"], functio
let search = (searchElem) ? searchElem.value : "";
xhrPost("backend.php", { op: "pref-feeds", search: search }, (transport) => {
dijit.byId('feedConfigTab').attr('content', transport.responseText);
dijit.byId('feedsTab').attr('content', transport.responseText);
Notify.close();
});
},