Commit 78504425 authored by Weblate's avatar Weblate

Merge remote-tracking branch 'origin/master'

parents eadc8092 6af2b65c
...@@ -27,12 +27,12 @@ jQuery.fn.extend({ ...@@ -27,12 +27,12 @@ jQuery.fn.extend({
function text_change(e) { function text_change(e) {
$('#id_fuzzy').attr('checked', false); $('#id_fuzzy').prop('checked', false);
} }
function mt_set(txt) { function mt_set(txt) {
$('#id_target').val(txt).change(); $('#id_target').val(txt).change();
$('#id_fuzzy').attr('checked', true); $('#id_fuzzy').prop('checked', true);
} }
var loading = 0; var loading = 0;
......
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