summaryrefslogtreecommitdiffstats
path: root/js/public
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-03-26 18:21:00 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-03-26 18:21:00 +0100
commitd646f33a1a828d0622e5a8cabc6a5c21b55e0bc8 (patch)
tree961c15990076a8f0fe9a7308b34f9aed1b5ca6a6 /js/public
parentc8d3f8fb4681f6993f1c9389e507df0724f56579 (diff)
deleting and adding feeds works
Diffstat (limited to 'js/public')
-rw-r--r--js/public/app.js24
1 files changed, 12 insertions, 12 deletions
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 <http://www.gnu.org/licenses/>.
var params;
params = {
- urlParams: {
+ routeParams: {
itemId: itemId
}
};
@@ -1087,7 +1087,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
var params;
params = {
- urlParams: {
+ routeParams: {
itemId: itemId
}
};
@@ -1101,7 +1101,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
var params;
params = {
- urlParams: {
+ routeParams: {
itemId: itemId
}
};
@@ -1115,7 +1115,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
var params;
params = {
- urlParams: {
+ routeParams: {
itemId: itemId
}
};
@@ -1168,7 +1168,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
Persistence.prototype.deleteFeed = function(feedId) {
var params;
params = {
- urlParams: {
+ routeParams: {
feedId: feedId
}
};
@@ -1182,7 +1182,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
var params;
params = {
- urlParams: {
+ routeParams: {
feedId: feedId
},
data: {
@@ -1199,7 +1199,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
var params;
params = {
- urlParams: {
+ routeParams: {
feedId: feedId
},
data: {
@@ -1216,7 +1216,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
var params;
params = {
- urlParams: {
+ routeParams: {
feedId: feedId
}
};
@@ -1244,7 +1244,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
var params;
params = {
- urlParams: {
+ routeParams: {
folderId: folderId
}
};
@@ -1258,7 +1258,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
var params;
params = {
- urlParams: {
+ routeParams: {
folderId: folderId
}
};
@@ -1296,7 +1296,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
var params;
params = {
- urlParams: {
+ routeParams: {
folderId: folderId
}
};
@@ -1310,7 +1310,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
var params;
params = {
- urlParams: {
+ routeParams: {
folderId: folderId
},
data: {