1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 23:55:56 +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

View File

@@ -1109,6 +1109,9 @@ function toggleSelectListRow(sender) {
}
}
function tSR(sender) {
return toggleSelectRow(sender);
}
function toggleSelectRow(sender) {
var parent_row = sender.parentNode.parentNode;