summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-03-21 11:38:41 +0100
committerAndrew Dolgov <[email protected]>2006-03-21 11:38:41 +0100
commitbefc807f838f69f73fd07282ba389784fac499ab (patch)
treeb1b85e8e40f2106a1e722c699903c43ef40a0fb4 /backend.php
parent10031c3b74a3b9698e8ddbfb2026c56760ad8eb3 (diff)
optional DB_PORT, misc js cleanups
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php11
1 files changed, 1 insertions, 10 deletions
diff --git a/backend.php b/backend.php
index 37f7d2601..4d333cbce 100644
--- a/backend.php
+++ b/backend.php
@@ -606,11 +606,7 @@
<a href=\"javascript:toggleCollapseCat($cat_id)\">$tmp_category</a>
<a href=\"javascript:viewCategory($cat_id)\" id=\"FCAP-$cat_id\">
<span id=\"FCATCTR-$cat_id\"
- class=\"$catctr_class\">($cat_unread unread)$ellipsis</span></a>
- <!-- <div style=\"float : right\">
- <a href=\"javascript:viewCategory($cat_id)\">[view]</a>
- </div> -->
- </li>";
+ class=\"$catctr_class\">($cat_unread unread)$ellipsis</span></a></li>";
// !!! NO SPACE before <ul...feedCatList - breaks firstChild DOM function
// -> keyboard navigation, etc.
@@ -1586,11 +1582,6 @@
}
- if ($last_error) {
- print "<td align='center' class='small'>
- <a class=\"warning\" href=\"javascript:alert('TT-RSS encountered an error while trying to update this feed.\\n\\n$last_error')\">Could not update this feed.</a></td>";
- }
-
print "<td class=\"headlineTitle\">";
if ($feed_site_url) {