summaryrefslogtreecommitdiffstats
path: root/js/public/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/public/app.js')
-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 {