Commit b6e24a74 authored by Michal Čihař's avatar Michal Čihař

Focus singular form first

parent 2ddf069b
......@@ -130,7 +130,8 @@ $(function() {
$('.button-prev').button({text: false, icons: { primary: "ui-icon-seek-prev" }});
$('.button-end').button({text: false, icons: { primary: "ui-icon-seek-end" }});
$('.navi .button-disabled').button('disable');
$('textarea.translation').change(text_change).keypress(text_change).autogrow().focus();
$('textarea.translation').change(text_change).keypress(text_change).autogrow();
$('textarea#id_target').focus();
$('#copy-text').button({text: true, icons: { primary: "ui-icon-arrow-1-s" }}).click(function f() {
get_source_string(function(data) {
mt_set(data);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment