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