Aleksander Machniak
2014-06-23 a7343c243cb04885e076ab4b471c2f7fa1a2455b
Focus displayed input element in show_header_row()
1 files modified
3 ■■■■■ changed files
skins/larry/ui.js 3 ●●●●● patch | view | raw | blame | history
skins/larry/ui.js
@@ -1019,7 +1019,10 @@
    row.show();
    $('#' + which + '-link').hide();
    layout_composeview();
    $('input,textarea', row).focus();
    return false;
  }