From 2f5e39c567aed2bf0e1f40d9cb016ef014cdc876 Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Fri, 18 Jan 2008 01:50:03 -0500 Subject: hide() before calling empty(), as to not kill our animations (if we actually care) --- funcweb/funcweb/templates/method.html | 2 +- funcweb/funcweb/templates/minion.html | 2 +- funcweb/funcweb/templates/minions.html | 2 +- funcweb/funcweb/templates/module.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'funcweb') diff --git a/funcweb/funcweb/templates/method.html b/funcweb/funcweb/templates/method.html index 6cd2dc4..fe1fef5 100644 --- a/funcweb/funcweb/templates/method.html +++ b/funcweb/funcweb/templates/method.html @@ -6,7 +6,7 @@
${minion}.${module}.${method} -
+
diff --git a/funcweb/funcweb/templates/minion.html b/funcweb/funcweb/templates/minion.html index 37c6d47..b1961bd 100644 --- a/funcweb/funcweb/templates/minion.html +++ b/funcweb/funcweb/templates/minion.html @@ -7,7 +7,7 @@
diff --git a/funcweb/funcweb/templates/minions.html b/funcweb/funcweb/templates/minions.html index 6892149..1581662 100644 --- a/funcweb/funcweb/templates/minions.html +++ b/funcweb/funcweb/templates/minions.html @@ -10,7 +10,7 @@
diff --git a/funcweb/funcweb/templates/module.html b/funcweb/funcweb/templates/module.html index 2e63295..2ac3dc5 100644 --- a/funcweb/funcweb/templates/module.html +++ b/funcweb/funcweb/templates/module.html @@ -7,7 +7,7 @@ -- cgit