From 07705e2fa667d24549f301e27b2d3b43f23c41da Mon Sep 17 00:00:00 2001 From: thepurpleblob Date: Wed, 18 Oct 2006 13:03:50 +0000 Subject: [PATCH] put the cursor in the edit box rather than doing nothing for label --- course/mod.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/mod.php b/course/mod.php index 6439064dcc..5df2b31d20 100644 --- a/course/mod.php +++ b/course/mod.php @@ -642,7 +642,7 @@ $strmodulenameplural = get_string("modulenameplural", $module->name); if ($module->name == "label") { - $focuscursor = ""; + $focuscursor = "form.content"; } else { $focuscursor = "form.name"; } -- 2.39.5