selected row was not marked in labellist_callback

This commit is contained in:
Andrew Dolgov 2005-11-18 14:23:17 +01:00
parent 25da690943
commit 967955b759
1 changed files with 1 additions and 1 deletions

View File

@ -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")) {