summaryrefslogtreecommitdiffstats
path: root/js/build
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-31 02:46:30 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-31 02:46:30 +0200
commit1d5ff06407c92db6fee6ea124f156f0afe53a7c5 (patch)
treec2b4010d0671a2a561961a220e63f5b57b29589c /js/build
parent1685a6b0ce3a2f52bf5c7498aa7bd07a10aedf59 (diff)
restyle and fix add website popup
Diffstat (limited to 'js/build')
-rw-r--r--js/build/app.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/js/build/app.js b/js/build/app.js
index 1feea1d90..85ecaf878 100644
--- a/js/build/app.js
+++ b/js/build/app.js
@@ -401,14 +401,14 @@ var $__build_47_app__ = function () {
this.renameFolder = function () {
console.log('TBD');
};
- this.deleteFeed = function () {
- console.log('TBD');
+ this.deleteFeed = function (feedUrl) {
+ console.log(feedUrl);
};
- this.deleteFolder = function () {
- console.log('TBD');
+ this.deleteFolder = function (folderName) {
+ console.log(folderName);
};
- this.moveFeed = function () {
- console.log('TBD');
+ this.moveFeed = function (feedId, folderId) {
+ console.log(feedId + folderId);
};
}
]);