summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-08-15 16:09:38 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-08-15 16:09:38 +0200
commitf38a28d6213b7e4f048540cb4f167b464b7921d7 (patch)
tree8c6ff7b56d9320a9ab1403eda510fe1adc0fb0f2 /js
parent97f9920488f5a1a5a92ff6130ea1249cebfcee16 (diff)
removed spinning udpate wheel because for frequent updates it shows to often and distracts the user
Diffstat (limited to 'js')
-rw-r--r--js/news.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/news.js b/js/news.js
index 4c57d6cbe..23380a66f 100644
--- a/js/news.js
+++ b/js/news.js
@@ -370,6 +370,8 @@ News={
* hide the icon and show the unread count
*/
var _setUpdating = function(isUpdating){
+ // we dont use this anymore
+ return;
if(isUpdating){
_$feed.addClass('updating');
_$feedUnreadCounter.hide();