From d85b56d5c967651e47e9723859b516c7d9c463ae Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 28 Feb 2015 14:17:07 +0100 Subject: prefill add feed if url parameter given --- js/Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/Gruntfile.js') 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);' ] } } -- cgit v1.2.3