From b43b7be9d566534fac51e950fa9e9ac4aafe6a68 Mon Sep 17 00:00:00 2001 From: Michael Kuhn Date: Sat, 8 Dec 2018 11:02:39 +0100 Subject: Fix two more typos --- js/PrefLabelTree.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/PrefLabelTree.js') diff --git a/js/PrefLabelTree.js b/js/PrefLabelTree.js index 8de08d30b..988e313b0 100644 --- a/js/PrefLabelTree.js +++ b/js/PrefLabelTree.js @@ -86,7 +86,7 @@ define(["dojo/_base/declare", "dojo/dom-construct", "lib/CheckBoxTree", "dijit/f const e = $("icon-label-" + id); if (e) { - if (fg) e.style.color = bg; + if (bg) e.style.color = bg; } const query = { -- cgit v1.2.3