client/js/tweetvote-anim.js
changeset 19 f3299dfd0eac
parent 12 a7b169ba0172
child 20 d40e200bcd99
--- a/client/js/tweetvote-anim.js	Tue Feb 21 12:16:44 2012 +0100
+++ b/client/js/tweetvote-anim.js	Tue Feb 21 13:24:55 2012 +0100
@@ -293,7 +293,7 @@
     setInterval(function() {
     
       // Check if div podiums are already loaded
-      if($('#podium div').size() > 0) {
+      if($('#podium div').size() > 0) {h
         
         $('#podium div').each( function(idx, panel) {
        
@@ -429,6 +429,8 @@
   console.log("created " + t.id_str)
 	bodies.push(b2bod[t.id_str]);	
   
+  toDel[t.cat].push(t);
+  
 
 	$("#"+t.id_str).mouseover(function() {
     console.log(t.id_str);