]> git.wh0rd.org - tt-rss.git/commitdiff
selected row was not marked in labellist_callback
authorAndrew Dolgov <fox@bah.spb.su>
Fri, 18 Nov 2005 13:23:17 +0000 (14:23 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Fri, 18 Nov 2005 13:23:17 +0000 (14:23 +0100)
prefs.js

index 6aae959e6fcd0e330de3a12dbc994b0c84f06479..83a55d0d51dad9a04ae36938b2a5331183bf6869 100644 (file)
--- 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")) {