1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-22 18:41:28 +00:00

search toolbar ui change

This commit is contained in:
Andrew Dolgov
2005-09-11 04:02:23 +01:00
parent 7ba176d2bf
commit 4ce1985967
3 changed files with 7 additions and 9 deletions

View File

@@ -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", "");
}
}