summaryrefslogtreecommitdiffstats
path: root/js/public/app.js
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-04-08 22:33:00 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-04-08 22:33:00 +0200
commit4c17bce22ed1abce0732ffcfe5b7145c5189a937 (patch)
tree2feaf5c719b453d29660f59a03a5d36e6f08acc8 /js/public/app.js
parenta3c78541d7dd72c143e7997a9e5978a7ff6ce10e (diff)
fix undo notification
Diffstat (limited to 'js/public/app.js')
-rw-r--r--js/public/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/public/app.js b/js/public/app.js
index 7b80f1efd..d58acba2a 100644
--- a/js/public/app.js
+++ b/js/public/app.js
@@ -1471,7 +1471,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
data = {
undoCallback: function() {
return _this._persistence.restoreFeed(feedId, function() {
- return this._persistence.getAllFeeds();
+ return _this._persistence.getAllFeeds();
});
},
caption: feed.title