summaryrefslogtreecommitdiffstats
path: root/js/news.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/news.js')
-rw-r--r--js/news.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/news.js b/js/news.js
index 45f25e297..2db512560 100644
--- a/js/news.js
+++ b/js/news.js
@@ -98,7 +98,7 @@ News = {
if($('#firstrun').length == 0){
folderid = $('#inputfolderid:input[name="folderid"]').val();
}
-
+ console.log(folderid);
$.ajax({
type: "POST",
url: OC.filePath('news', 'ajax', 'createfeed.php'),