mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 03:25:57 +00:00
remove 'under construction' from big browser
This commit is contained in:
@@ -1392,7 +1392,8 @@
|
||||
if ($line["feed_title"]) {
|
||||
print "<td class='hlContent'>$content_link</td>";
|
||||
print "<td class='hlFeed'>
|
||||
<a href='javascript:viewfeed($feed_id)'>".$line["feed_title"]."</a> </td>";
|
||||
<a href='javascript:viewfeed($feed_id)'>".
|
||||
$line["feed_title"]."</a> </td>";
|
||||
} else {
|
||||
print "<td class='hlContent' valign='middle'>";
|
||||
|
||||
@@ -4013,8 +4014,6 @@
|
||||
return;
|
||||
}
|
||||
|
||||
print "<div class=\"warning\">Under construction</div>";
|
||||
|
||||
$result = db_query($link, "SELECT feed_url,count(id) AS subscribers
|
||||
FROM ttrss_feeds
|
||||
WHERE auth_login = '' AND auth_pass = '' AND private = false
|
||||
|
||||
Reference in New Issue
Block a user