1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:45:55 +00:00

add debug mode only fast user switcher

This commit is contained in:
Andrew Dolgov
2006-10-01 05:05:12 +01:00
parent 803cfab11a
commit 461766f33e
5 changed files with 44 additions and 5 deletions

View File

@@ -1533,7 +1533,7 @@
}
print "
<td width='40%'><a href=\"javascript:updateFeedList('title')\">Title</a></td>
<td width='35%'><a href=\"javascript:updateFeedList('title')\">Title</a></td>
<td width='35%'><a href=\"javascript:updateFeedList('feed_url')\">Feed</a></td>
<td width='15%'><a href=\"javascript:updateFeedList('last_article')\">Last&nbsp;Article</a></td>
<td width='15%' align='right'><a href=\"javascript:updateFeedList('last_updated')\">Updated</a></td>";