cleanup backend.php/op=view + remove unneeded notify feedback
This commit is contained in:
parent
ad3cb7108e
commit
90e395dca0
22
backend.php
22
backend.php
|
@ -246,26 +246,6 @@
|
|||
|
||||
print "</div>";
|
||||
|
||||
/* print "<table class=\"postTable\" width=\"100%\" cellspacing=\"0\"
|
||||
cellpadding=\"0\">";
|
||||
|
||||
print "<tr class=\"titleTop\"><td align=\"right\"><b>Title:</b></td>
|
||||
<td width=\"100%\">".$line["title"]."</td>
|
||||
<td> </td></tr>";
|
||||
|
||||
if ($line["comments"] && $line["comments"] != $line["link"]) {
|
||||
$comments_prompt = "(<a href=\"".$line["comments"]."\">Comments</a>)";
|
||||
}
|
||||
|
||||
print "<tr class=\"titleBottom\"><td align=\"right\"><b>Link:</b></td>
|
||||
<td><a href=\"".$line["link"]."\">".$line["link"]."</a> $comments_prompt</td>
|
||||
<td> </td></tr>";
|
||||
print "<tr><td valign=\"top\" class=\"post\"
|
||||
colspan=\"2\" width=\"100%\">" . $line["content"] . "</td>
|
||||
<td valign=\"top\">$feed_icon</td>
|
||||
</tr>";
|
||||
print "</table>"; */
|
||||
|
||||
}
|
||||
|
||||
if ($addheader) {
|
||||
|
@ -473,7 +453,7 @@
|
|||
feedctr.className = 'invisible';
|
||||
}
|
||||
|
||||
p_notify(\"\");
|
||||
// p_notify(\"\");
|
||||
|
||||
</script>";
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ function viewfeed(feed, skip, subop, doc) {
|
|||
|
||||
if (!doc) doc = parent.document;
|
||||
|
||||
p_notify("Loading headlines...");
|
||||
// p_notify("Loading headlines...");
|
||||
|
||||
enableHotkeys();
|
||||
|
||||
|
|
|
@ -157,7 +157,7 @@ function viewCurrentFeed(skip, subop) {
|
|||
|
||||
function viewfeed(feed, skip, subop) {
|
||||
|
||||
notify("Loading headlines...");
|
||||
// notify("Loading headlines...");
|
||||
|
||||
enableHotkeys();
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ if (!xmlhttp_rpc && typeof XMLHttpRequest!='undefined') {
|
|||
|
||||
function view(id, feed_id) {
|
||||
|
||||
p_notify("Loading article...");
|
||||
// p_notify("Loading article...");
|
||||
|
||||
enableHotkeys();
|
||||
|
||||
|
|
Loading…
Reference in New Issue