*really* handle dups

This commit is contained in:
James Campos 2011-09-02 23:12:45 -07:00
parent 796e383654
commit 5ef564f598
2 changed files with 2 additions and 0 deletions

View File

@ -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;
} }

View File

@ -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()