This commit is contained in:
James Cole
2020-08-01 15:52:28 +02:00
parent 35d30fea9c
commit b9b8c1168f
6 changed files with 53 additions and 34 deletions

View File

@@ -36,8 +36,8 @@ $(document).ready(function () {
});
$('input[name="tags"]').on('itemAdded', function(event) {
$('input[name="ignore_tags"]').attr('checked', false);
$('#tags_action_do_nothing').attr('checked', false);
$('#tags_action_do_replace').attr('checked', true);
});