From 6e901789f539a25b50512c0504a4338fa638a743 Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Fri, 18 Jan 2008 12:06:38 -0500 Subject: Actually, .hide().load() should be sufficient, instead of hide().empty().load(). --- 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 fe1fef5..1f67ce9 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 b1961bd..2223d57 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 1581662..f303a43 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 2ac3dc5..2d433f6 100644 --- a/funcweb/funcweb/templates/module.html +++ b/funcweb/funcweb/templates/module.html @@ -7,7 +7,7 @@ -- cgit