mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-12-17 02:41:28 +01:00
Fix two more typos
This commit is contained in:
parent
27a23079da
commit
b43b7be9d5
@ -173,7 +173,7 @@ define(["dojo/_base/declare", "dojo/dom-construct", "lib/CheckBoxTree"], functio
|
|||||||
Filters.addFilterAction(li, action);
|
Filters.addFilterAction(li, action);
|
||||||
},
|
},
|
||||||
removeFilter: function () {
|
removeFilter: function () {
|
||||||
const msg = __("FRemove filter?");
|
const msg = __("Remove filter?");
|
||||||
|
|
||||||
if (confirm(msg)) {
|
if (confirm(msg)) {
|
||||||
this.hide();
|
this.hide();
|
||||||
|
|||||||
@ -86,7 +86,7 @@ define(["dojo/_base/declare", "dojo/dom-construct", "lib/CheckBoxTree", "dijit/f
|
|||||||
const e = $("icon-label-" + id);
|
const e = $("icon-label-" + id);
|
||||||
|
|
||||||
if (e) {
|
if (e) {
|
||||||
if (fg) e.style.color = bg;
|
if (bg) e.style.color = bg;
|
||||||
}
|
}
|
||||||
|
|
||||||
const query = {
|
const query = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user