summaryrefslogtreecommitdiffstats
path: root/js/public
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-05 11:38:12 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-05 11:38:12 +0200
commit54a67849bd6fe0608c9940bfa1b87b24c07ba41e (patch)
treefeda2c2843402019808d6da4d6a4d77666394d47 /js/public
parentf8451ca565c07cfe42d5cf5a9d3d02cba4f2d773 (diff)
brought back feeds and folders
Diffstat (limited to 'js/public')
-rw-r--r--js/public/app.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/public/app.js b/js/public/app.js
index 944f99b7f..448778e9d 100644
--- a/js/public/app.js
+++ b/js/public/app.js
@@ -639,6 +639,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
FeedBl.prototype.setShowAll = function(showAll) {
this._showAll.setShowAll(showAll);
+ this._persistence.getItems(this._activeFeed.getType(), this._activeFeed.getId(), 0);
if (showAll) {
return this._persistence.userSettingsReadShow();
} else {