Team:UCLondon/Templates/Navigationv3

From 2012e.igem.org

(Difference between revisions)
Line 244: Line 244:
               }, 100 );
               }, 100 );
  });
  });
 +
 +
jQuery(function($){
 +
                $("#twitter").tweet({
 +
                    join_text: "auto",
 +
                    avatar_size: 32,
 +
                    count: 3,
 +
                    loading_text: "loading tweets..."
 +
                });
 +
            });
Line 300: Line 309:
-
 
-
jQuery(function($){
 
-
                $("#twitter").tweet({
 
-
                    join_text: "auto",
 
-
                    avatar_size: 32,
 
-
                    count: 3,
 
-
                    loading_text: "loading tweets..."
 
-
                });
 
-
            });
 
      
      
   </script>
   </script>
</html>
</html>

Revision as of 23:18, 8 October 2012