Get rid of cillium and an extraneous 'a' master
authorKai Blin <kai@samba.org>
Mon, 16 Jan 2012 01:09:01 +0000 (12:09 +1100)
committerKai Blin <kai@samba.org>
Mon, 16 Jan 2012 01:09:01 +0000 (12:09 +1100)
antismash_lca2011.html
antismash_talk.js

index 35e385b89d078b0f448675a5cdc2af7aead2ff21..e0f63e9985b1c01358399a87a026869c27149509 100644 (file)
   <section class="slide" id="antismash-structure-generation">
   <h2>Creating Structures</h2>
   <img src="genecluster10.png">
-  </section>a
+  </section>
 
   <section class="slide" id="antismash-browser-new-os">
   <h1>The Browser is the New OS</h1>
index d64df163c35922bd733d7a9485ab5c72ec97d970..aa513ab16aa41bc9dd4541c710eb201baa9eedf4 100644 (file)
@@ -68,7 +68,7 @@ function cell_animation_begin(container, x, y) {
     .attr("height", 120)
     .attr("rx", 50)
     .attr("class", "cell")
-  draw_cilium(container, x+300, y+(120/2));
+  //draw_cilium(container, x+300, y+(120/2));
 }
 
 function cell_animation_reset() {