summaryrefslogtreecommitdiffstats
path: root/js/controller
diff options
context:
space:
mode:
Diffstat (limited to 'js/controller')
-rw-r--r--js/controller/NavigationController.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/js/controller/NavigationController.js b/js/controller/NavigationController.js
index 9db19514a..24c740423 100644
--- a/js/controller/NavigationController.js
+++ b/js/controller/NavigationController.js
@@ -131,19 +131,11 @@ function ($route, FEED_TYPE, FeedResource, FolderResource, ItemResource,
feed.url = '';
};
- this.cancelRenameFolder = (folderId) => {
- console.log(folderId);
- };
-
this.renameFeed = (feed) => {
feed.editing = false;
// todo remote stuff
};
- this.cancelRenameFeed = (feedId) => {
- console.log(feedId);
- };
-
this.renameFolder = () => {
console.log('TBD');
};