summaryrefslogtreecommitdiffstats
path: root/js/Gruntfile.js
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-02-28 14:17:07 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-02-28 14:17:07 +0100
commitd85b56d5c967651e47e9723859b516c7d9c463ae (patch)
treed7507e6bc13be36b183e8fcfee432d3aee53eb00 /js/Gruntfile.js
parent7986ea3afcc0c57ecad5a25a92a5bbee8db81d08 (diff)
prefill add feed if url parameter given
Diffstat (limited to 'js/Gruntfile.js')
-rw-r--r--js/Gruntfile.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/Gruntfile.js b/js/Gruntfile.js
index 807a94ed0..85b290562 100644
--- a/js/Gruntfile.js
+++ b/js/Gruntfile.js
@@ -93,10 +93,10 @@ module.exports = function (grunt) {
options: {
wrapper: [
'(function(window, document, angular, $, OC, ' +
- 'csrfToken, undefined){\n\n\'use strict\';\n\n',
+ 'csrfToken, url, undefined){\n\n\'use strict\';\n\n',
'\n})(window, document, angular, jQuery, OC, ' +
- 'oc_requesttoken);'
+ 'oc_requesttoken, url);'
]
}
}