put the cursor in the edit box rather than doing nothing for label
This commit is contained in:
+1
-1
@@ -642,7 +642,7 @@
|
||||
$strmodulenameplural = get_string("modulenameplural", $module->name);
|
||||
|
||||
if ($module->name == "label") {
|
||||
$focuscursor = "";
|
||||
$focuscursor = "form.content";
|
||||
} else {
|
||||
$focuscursor = "form.name";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user