summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-08-20 19:50:53 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-08-20 19:50:53 -0400
commit70a37497ff0268fc0ebaaa68c1008f0721e66d4e (patch)
tree2992dfa3f0fd873ec966e70a94d30343d39fd9d4 /js
parent3db8c525328e1595bd66b8f86057415855e4d6ef (diff)
small layout changes; fix error with retrieving favicon
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{