1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 09:21:29 +00:00

prefs: rework categorized feed list, boxed feed editor instead of inline

This commit is contained in:
Andrew Dolgov
2005-12-10 20:35:09 +01:00
parent 4663f9c650
commit 0ea4fb5096
4 changed files with 196 additions and 144 deletions

View File

@@ -836,4 +836,11 @@
return "false";
}
}
function toggleEvenOdd($a) {
if ($a == "even")
return "odd";
else
return "even";
}
?>