From 76261e87bfd054129ed53d8a3124e75e90b4ec10 Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Thu, 17 Jan 2008 22:45:27 -0500 Subject: Give our method arguments text field focus when it appears. --- funcweb/funcweb/templates/method.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'funcweb') diff --git a/funcweb/funcweb/templates/method.html b/funcweb/funcweb/templates/method.html index daa0578..dc228c0 100644 --- a/funcweb/funcweb/templates/method.html +++ b/funcweb/funcweb/templates/method.html @@ -5,9 +5,12 @@
${minion}.${module}.${method} -
- + +
+
-- cgit