Fix input focus on rename thing modal openning

This commit is contained in:
Benjamin Renard 2016-09-08 01:24:01 +02:00
parent 412617115c
commit d6d6eff1e7
1 changed files with 1 additions and 1 deletions

View File

@ -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 () {