1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

compact some definitions in headlines list

This commit is contained in:
Andrew Dolgov
2007-05-15 08:51:57 +01:00
parent 961f4c7323
commit 67343d9f9b
4 changed files with 16 additions and 9 deletions
+3
View File
@@ -1109,6 +1109,9 @@ function toggleSelectListRow(sender) {
}
}
function tSR(sender) {
return toggleSelectRow(sender);
}
function toggleSelectRow(sender) {
var parent_row = sender.parentNode.parentNode;