*really* handle dups
This commit is contained in:
parent
796e383654
commit
5ef564f598
@ -1407,6 +1407,7 @@
|
||||
tc = data.textContent;
|
||||
if (tc === 'Error: Duplicate file entry detected.') {
|
||||
QR.attachNext();
|
||||
QR.submit();
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
@ -1101,6 +1101,7 @@ QR =
|
||||
tc = data.textContent
|
||||
if tc is 'Error: Duplicate file entry detected.'
|
||||
QR.attachNext()
|
||||
QR.submit()
|
||||
return
|
||||
if conf['Persistent QR'] or $('#files input', QR.el)?.files.length
|
||||
QR.reset()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user