mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
put the cursor in the edit box rather than doing nothing for label
This commit is contained in:
parent
821267bccf
commit
07705e2fa6
1 changed files with 1 additions and 1 deletions
|
@ -642,7 +642,7 @@
|
||||||
$strmodulenameplural = get_string("modulenameplural", $module->name);
|
$strmodulenameplural = get_string("modulenameplural", $module->name);
|
||||||
|
|
||||||
if ($module->name == "label") {
|
if ($module->name == "label") {
|
||||||
$focuscursor = "";
|
$focuscursor = "form.content";
|
||||||
} else {
|
} else {
|
||||||
$focuscursor = "form.name";
|
$focuscursor = "form.name";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue