Fix input focus on rename thing modal openning
This commit is contained in:
parent
412617115c
commit
d6d6eff1e7
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ on_valid_rename_thing_modal=function (e) {
|
|||
}
|
||||
|
||||
on_show_rename_thing_modal=function () {
|
||||
$('#rename_thing_name').focus();
|
||||
$('#rename_thing_label').focus();
|
||||
}
|
||||
|
||||
on_close_rename_thing_modal=function () {
|
||||
|
|
Loading…
Reference in a new issue