* Fix merge program js.

This commit is contained in:
Yagami
2020-10-26 16:36:32 +08:00
parent 5082e5a913
commit 6cafceeb0b
+1 -1
View File
@@ -31,7 +31,7 @@ $(function()
var target = $(this).attr('data-target');
$('.lineBox').addClass('hidden');
$(target).removeClass('hidden');
$(target).closest('tbody').find(':checkbox').prop('checked', false);
$('#source').find('.lineBox :checkBox').prop('checked', false);
$(target).find(":checkbox").prop('checked', true);
/* Replace program name. */