From d646f33a1a828d0622e5a8cabc6a5c21b55e0bc8 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 26 Mar 2013 18:21:00 +0100 Subject: deleting and adding feeds works --- js/public/app.js | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'js/public') diff --git a/js/public/app.js b/js/public/app.js index 505eb558c..6a110adc7 100644 --- a/js/public/app.js +++ b/js/public/app.js @@ -1073,7 +1073,7 @@ License along with this library. If not, see . var params; params = { - urlParams: { + routeParams: { itemId: itemId } }; @@ -1087,7 +1087,7 @@ License along with this library. If not, see . var params; params = { - urlParams: { + routeParams: { itemId: itemId } }; @@ -1101,7 +1101,7 @@ License along with this library. If not, see . var params; params = { - urlParams: { + routeParams: { itemId: itemId } }; @@ -1115,7 +1115,7 @@ License along with this library. If not, see . var params; params = { - urlParams: { + routeParams: { itemId: itemId } }; @@ -1168,7 +1168,7 @@ License along with this library. If not, see . Persistence.prototype.deleteFeed = function(feedId) { var params; params = { - urlParams: { + routeParams: { feedId: feedId } }; @@ -1182,7 +1182,7 @@ License along with this library. If not, see . var params; params = { - urlParams: { + routeParams: { feedId: feedId }, data: { @@ -1199,7 +1199,7 @@ License along with this library. If not, see . var params; params = { - urlParams: { + routeParams: { feedId: feedId }, data: { @@ -1216,7 +1216,7 @@ License along with this library. If not, see . var params; params = { - urlParams: { + routeParams: { feedId: feedId } }; @@ -1244,7 +1244,7 @@ License along with this library. If not, see . var params; params = { - urlParams: { + routeParams: { folderId: folderId } }; @@ -1258,7 +1258,7 @@ License along with this library. If not, see . var params; params = { - urlParams: { + routeParams: { folderId: folderId } }; @@ -1296,7 +1296,7 @@ License along with this library. If not, see . var params; params = { - urlParams: { + routeParams: { folderId: folderId } }; @@ -1310,7 +1310,7 @@ License along with this library. If not, see . var params; params = { - urlParams: { + routeParams: { folderId: folderId }, data: { -- cgit v1.2.3