Commit 51c08454 authored by Michal Čihař's avatar Michal Čihař

Fire change event on changing content by machine translation

parent 3b6153c7
...@@ -33,7 +33,7 @@ function text_change(e) { ...@@ -33,7 +33,7 @@ function text_change(e) {
} }
function mt_set(txt) { function mt_set(txt) {
$('#id_target').val(txt); $('#id_target').val(txt).change();
$('#id_fuzzy').attr('checked', true); $('#id_fuzzy').attr('checked', true);
} }
......
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