From 97bbbb010628c7297d7de492b800595f140ba535 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Mon, 16 Jan 2012 12:09:01 +1100 Subject: [PATCH] Get rid of cillium and an extraneous 'a' --- antismash_lca2011.html | 2 +- antismash_talk.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/antismash_lca2011.html b/antismash_lca2011.html index 35e385b..e0f63e9 100644 --- a/antismash_lca2011.html +++ b/antismash_lca2011.html @@ -295,7 +295,7 @@

Creating Structures

-
a +

The Browser is the New OS

diff --git a/antismash_talk.js b/antismash_talk.js index d64df16..aa513ab 100644 --- a/antismash_talk.js +++ b/antismash_talk.js @@ -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() { -- 2.34.1