summaryrefslogtreecommitdiff
path: root/offline.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-02-04 14:23:02 +0300
committerAndrew Dolgov <[email protected]>2009-02-04 14:23:02 +0300
commit12aa4007ad590ed0215b595dcd82402ef9bbe0cf (patch)
treeeea7d03e26b394ddd720f9e1ca544335cc5c370c /offline.js
parent03c96380edf86bc2b4dd44000310c559afeb6d1f (diff)
view_offline: show article comments link
Diffstat (limited to 'offline.js')
-rw-r--r--offline.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/offline.js b/offline.js
index dbf1170ed..089a96f84 100644
--- a/offline.js
+++ b/offline.js
@@ -37,7 +37,10 @@ function view_offline(id, feed_id) {
tmp += rs.fieldByName("tags");
tmp += "</div>";
- tmp += "<div clear='both'>fixme-comments</div>";
+ tmp += "<div clear='both'>"+
+ "<a target=\"_blank\" "+
+ "href=\"" + rs.fieldByName("comments") + "\">" +
+ __("comments") + "</a></div>";
tmp += "</div>";