summaryrefslogtreecommitdiffstats
path: root/js/public/app.js
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-05-09 13:00:21 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-05-09 13:00:21 +0200
commitc89457778121b31e1db388219b1321dc1a7df221 (patch)
treed9c2c2c56c9990b85f36d253d205e1f50467a852 /js/public/app.js
parentb8b4dfb4969e1baf84a14fb65a5dc153b0f5fae4 (diff)
fix bug that wouldnt restore deleted folders on undo
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 482a42104..a5d11958b 100644
--- a/js/public/app.js
+++ b/js/public/app.js
@@ -1092,7 +1092,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
_results = [];
for (_j = 0, _len1 = feeds.length; _j < _len1; _j++) {
feed = feeds[_j];
- _results.push(_this._feedModel.create(feed));
+ _results.push(_this._feedModel.add(feed));
}
return _results;
};