mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
search toolbar ui change
This commit is contained in:
+2
-1
@@ -128,7 +128,8 @@ function cleanSelectedList(element) {
|
||||
var content = document.getElementById(element);
|
||||
|
||||
for (i = 0; i < content.childNodes.length; i++) {
|
||||
content.childNodes[i].className = content.childNodes[i].className.replace("Selected", "");
|
||||
content.childNodes[i].className =
|
||||
content.childNodes[i].className.replace("Selected", "");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user