summaryrefslogtreecommitdiffstats
path: root/js/news.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/news.js')
-rw-r--r--js/news.js18
1 files changed, 0 insertions, 18 deletions
diff --git a/js/news.js b/js/news.js
index ff722dbaf..fb6efe9b0 100644
--- a/js/news.js
+++ b/js/news.js
@@ -1,17 +1,3 @@
-/**
-* ownCloud - News app
-*
-* @author Alessandro Cosentino
-* Copyright (c) 2012 - Alessandro Cosentino <cosenal@gmail.com>
-*
-* @author Bernhard Posselt
-* Copyright (c) 2012 - Bernhard Posselt <nukeawhale@gmail.com>
-*
-* This file is licensed under the Affero General Public License version 3 or later.
-* See the COPYING-README file
-*
-*/
-
News={
DropDownMenu: {
fade:function(menu){
@@ -101,10 +87,6 @@ News={
$.post(OC.filePath('news', 'ajax', 'deletefolder.php'),{'folderid':folderid, 'shownfeedid':shownfeedid},function(jsondata){
if(jsondata.status == 'success'){
$('.collapsable_container[data-id="' + jsondata.data.folderid + '"]').remove();
- if(jsondata.data.part_items) {
- rightcontent.empty();
- rightcontent.html(jsondata.data.part_items);
- }
transformCollapsableTrigger();
}
else{