Commit 0dda8060 authored by Michal Čihař's avatar Michal Čihař

Save zen editor changes on fuzzy flag (issue #375)

parent 09fe7976
......@@ -474,14 +474,16 @@ $(function () {
$('.zen tbody').append(data).find('.button').button();
var $editors = $('.zen tbody').find('.translation-editor');
var $editors = $('.translation-editor');
init_editor($editors);
$editors.change(zen_editor);
$('.fuzzy_checkbox').change(zen_editor);
}
);
}
});
translation_editor.change(zen_editor);
$('.fuzzy_checkbox').change(zen_editor);
}
});
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