From: Andrew Dolgov Date: Fri, 18 Nov 2005 13:23:17 +0000 (+0100) Subject: selected row was not marked in labellist_callback X-Git-Tag: schema_feature_freeze_for_1.1~212 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=967955b7594bee6fcf9c9ea60931fbcd1697b447;p=tt-rss.git selected row was not marked in labellist_callback --- diff --git a/prefs.js b/prefs.js index 6aae959e..83a55d0d 100644 --- a/prefs.js +++ b/prefs.js @@ -79,7 +79,7 @@ function labellist_callback() { if (xmlhttp.readyState == 4) { container.innerHTML=xmlhttp.responseText; - if (active_filter) { + if (active_label) { var row = document.getElementById("LILRR-" + active_label); if (row) { if (!row.className.match("Selected")) {