summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to '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 696f1b9a2..2b18ffb59 100644
--- a/js/news.js
+++ b/js/news.js
@@ -174,7 +174,7 @@ News={
rightcontent.find('ul.accordion').before(jsondata.data.part_items);
transformCollapsableTrigger();
// if the deleted feed is the current feed, reload the page
- window.location.reload();
+ // window.location.reload();
}
}
else{