diff --git a/templates/dups.html b/templates/dups.html
index 7426642..5661fd2 100644
--- a/templates/dups.html
+++ b/templates/dups.html
@@ -12,7 +12,9 @@
let F=[]
{% endfor %}
@@ -54,14 +60,14 @@
{
$('[id^=kf' + row + ']').attr('class', 'alert alert-danger sm-txt')
$('#kf'+row+'-f'+which).attr('class', 'alert alert-success')
- $('#kf'+row).val( F[row.toString()] )
+ $('#kfname-'+row).val( F[row.toString()+which.toString()] )
}
function KeepDir(row, which)
{
$('[id^=kd]').attr('class', 'alert alert-danger sm-txt')
$('#kd'+row+'-d'+which).attr('class', 'alert alert-success')
- $('#kd'+row).val( D[row.toString()+which.toString()] )
+ $('#kdid-'+row).val( D[row.toString()+which.toString()] )
}
// force choose last of each keep file set