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:
@@ -836,4 +836,11 @@
|
||||
return "false";
|
||||
}
|
||||
}
|
||||
|
||||
function toggleEvenOdd($a) {
|
||||
if ($a == "even")
|
||||
return "odd";
|
||||
else
|
||||
return "even";
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user