summaryrefslogtreecommitdiffstats
path: root/js/news.js
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-09-02 01:05:17 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-09-02 01:05:33 +0200
commitc20f75c9a6768a2c6ea8c5bebc6547be35c8f6f2 (patch)
treeda964aa0ec1890752fb1149098b530e63ad518aa /js/news.js
parent2781817b362ab0f7c4f51224169b879a0d6376ce (diff)
hide unread counter with css to not have rendering problems in the beginning when binding the menu; theres no a default none folder in the dropdown menu
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'),