From 124f6ac7ada0b1e4bb5fa0e07b3aa2527d647a1d Mon Sep 17 00:00:00 2001 From: Andy Valencia Date: Sat, 28 Jan 2017 21:13:19 -0800 Subject: [PATCH] Make collapsing feed article lists --- js/App.js | 7 +++++-- js/application.js | 9 +++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/js/App.js b/js/App.js index 3a13209..9601734 100644 --- a/js/App.js +++ b/js/App.js @@ -260,8 +260,11 @@ App.prototype.populateList = function() { var artidx = 0; for (i = 0; i < byfeed.length; ++i) { var feed = byfeed[i]; - html_str += "
  • " + feed[0].feed_title; - html_str += "