summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-02-03 15:28:37 +0300
committerAndrew Dolgov <[email protected]>2009-02-03 15:28:37 +0300
commit87b16a0a6156e90f549f13f59e657ff03a33a7e4 (patch)
tree3a6cef1229645b9a24b6a4e72ba2b63f7934581a /feedlist.js
parentd92d7f02ada5a6f7fbc39ae0de6811624724da29 (diff)
add dialog to download articles for offline reading; start implementation
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/feedlist.js b/feedlist.js
index 582509e40..4a892a907 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -30,6 +30,14 @@ function viewCategory(cat) {
return false;
}
+function render_offline_feedlist() {
+ try {
+ // FIXME
+ } catch (e) {
+ exception_error("render_offline_feedlist", e);
+ }
+}
+
function render_feedlist(data) {
try {