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

Focus editor on page load

parent d0fc419d
......@@ -4,5 +4,5 @@ $(document).ready(function(){
$('ul.breadcums').buttonset();
$('.sug-accept').button({text: false, icons: { primary: "ui-icon-check" }});
$('.sug-delete').button({text: false, icons: { primary: "ui-icon-close" }});
$('#id_target').change(function f() {$('#id_fuzzy').attr('checked', false);});
$('#id_target').change(function f() {$('#id_fuzzy').attr('checked', false);}).focus();
});
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