1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 01:45: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

@@ -288,6 +288,10 @@ function view(id, feed_id, skip_history) {
}
}
function tMark(id) {
return toggleMark(id);
}
function toggleMark(id) {
if (!xmlhttp_ready(xmlhttp_rpc)) {
@@ -297,7 +301,7 @@ function toggleMark(id) {
var query = "backend.php?op=rpc&id=" + id + "&subop=mark";
var mark_img = document.getElementById("FMARKPIC-" + id);
var mark_img = document.getElementById("FMPIC-" + id);
var vfeedu = document.getElementById("FEEDU--1");
var crow = document.getElementById("RROW-" + id);