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.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/public/app.js b/js/public/app.js
index 7182df822..8fe0d0354 100644
--- a/js/public/app.js
+++ b/js/public/app.js
@@ -755,10 +755,10 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
feed = {
title: url.replace(/^(?:https?:\/\/)?(?:www\.)?([a-z0-9_\-\.]+)(?:\/.*)?$/gi, '$1'),
url: url,
- urlHash: urlHash
+ urlHash: urlHash,
+ folderId: parentId
};
this._feedModel.add(feed);
- console.log(this._feedModel);
success = function(response) {
if (response.status === 'error') {
feed.error = response.msg;