From 15a94ad9206a76dba3e293b1126810824a615af3 Mon Sep 17 00:00:00 2001 From: defacer Date: Mon, 23 Aug 2004 08:34:51 +0000 Subject: [PATCH] Attention to detail: this prevents generating a warning if $focus is not set. Of course, the warning is hidden inside JS and thus invisible to the naked eye. --- lib/javascript.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/javascript.php b/lib/javascript.php index 22fbf70eab..31055f0903 100644 --- a/lib/javascript.php +++ b/lib/javascript.php @@ -92,7 +92,7 @@ function unlockoption(form,item) { eval("document."+form+".h"+item+".value=0"); } - + // done hiding --> -- 2.39.5