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

Automatically unmark fuzzy on edit

parent 01f3e817
......@@ -4,4 +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);});
});
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