Fix input focus on rename thing modal openning
Benjamin Renard

Benjamin Renard commited on 2016-09-07 23:24:01
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -369,7 +369,7 @@ on_valid_rename_thing_modal=function (e) {
369 369
 }
370 370
 
371 371
 on_show_rename_thing_modal=function () {
372
-  $('#rename_thing_name').focus();
372
+  $('#rename_thing_label').focus();
373 373
 }
374 374
 
375 375
 on_close_rename_thing_modal=function () {
376 376