mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-17 15:41:29 +00:00
selected row was not marked in labellist_callback
This commit is contained in:
2
prefs.js
2
prefs.js
@@ -79,7 +79,7 @@ function labellist_callback() {
|
|||||||
if (xmlhttp.readyState == 4) {
|
if (xmlhttp.readyState == 4) {
|
||||||
container.innerHTML=xmlhttp.responseText;
|
container.innerHTML=xmlhttp.responseText;
|
||||||
|
|
||||||
if (active_filter) {
|
if (active_label) {
|
||||||
var row = document.getElementById("LILRR-" + active_label);
|
var row = document.getElementById("LILRR-" + active_label);
|
||||||
if (row) {
|
if (row) {
|
||||||
if (!row.className.match("Selected")) {
|
if (!row.className.match("Selected")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user