summaryrefslogtreecommitdiffstats
path: root/js/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/main.js')
-rw-r--r--js/main.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/js/main.js b/js/main.js
index 6c88e9cfe..e5a313841 100644
--- a/js/main.js
+++ b/js/main.js
@@ -46,7 +46,7 @@ $(document).ready(function(){
$('#addfeed_dialog .menu').append($folder);
});
});
-
+
$('#addfolder').click(function() {
$('#addfolder_dialog').dialog('open');
$('#folder_add_name').val('');
@@ -104,9 +104,9 @@ $(document).ready(function(){
$(this).addClass('show_all').removeClass('show_unread');
$(this).attr('title', t('news', 'Show everything'));
}
-
+
News.Objects.Menu.triggerHideRead();
-
+
$.post(OC.filePath('news', 'ajax', 'usersettings.php'), data, function(jsondata){
if(jsondata.status == 'success'){
News.Objects.Menu.setShowAll(data.showAll);
@@ -115,7 +115,7 @@ $(document).ready(function(){
}
});
});
-
+
$(document).click(function(event) {
$('#feedfoldermenu').hide();
});