mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-20410 - remove set_focuscontrol (bulk commit)
This commit is contained in:
parent
12a24e00cf
commit
36099bd4d5
2 changed files with 2 additions and 5 deletions
|
@ -113,7 +113,6 @@ if (!empty($refresh) and data_submitted()) {
|
|||
}
|
||||
|
||||
$PAGE->set_title("$strchat: $course->shortname: ".format_string($chat->name,true)."$groupname");
|
||||
$PAGE->set_focuscontrol('message');
|
||||
echo $OUTPUT->header();
|
||||
echo '<div id="page-mod-chat-gui_basic">';
|
||||
echo '<h2>'.get_string('participants').'</h2>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue