summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-18 14:23:17 +0100
committerAndrew Dolgov <[email protected]>2005-11-18 14:23:17 +0100
commit967955b7594bee6fcf9c9ea60931fbcd1697b447 (patch)
tree65ce6c3708c008b53b9ba02f4551a85d36472312 /prefs.js
parent25da6909435aba3bd741082aa6f3ec4cdd9af12e (diff)
selected row was not marked in labellist_callback
Diffstat (limited to 'prefs.js')
-rw-r--r--prefs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/prefs.js b/prefs.js
index 6aae959e6..83a55d0d5 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")) {