derp
This commit is contained in:
parent
7310c2e9d3
commit
b6866992fb
@ -1327,7 +1327,7 @@
|
||||
}
|
||||
if (qr.el) {
|
||||
fileDiv = $('#files div:last-child', qr.el);
|
||||
if (g.REPLY && (conf['Persistent QR'] || file)) {
|
||||
if (g.REPLY && (conf['Persistent QR'] || fileDiv)) {
|
||||
qr.refresh();
|
||||
if (fileDiv) {
|
||||
$.rm(fileDiv);
|
||||
|
||||
@ -966,7 +966,6 @@ cooldown =
|
||||
qr.autoPost()
|
||||
|
||||
qr =
|
||||
# remove file
|
||||
# error handling
|
||||
# persistent captcha
|
||||
# rm Recaptcha
|
||||
@ -1077,7 +1076,7 @@ qr =
|
||||
|
||||
if qr.el
|
||||
fileDiv = $ '#files div:last-child', qr.el
|
||||
if g.REPLY and (conf['Persistent QR'] or file)
|
||||
if g.REPLY and (conf['Persistent QR'] or fileDiv)
|
||||
qr.refresh()
|
||||
if fileDiv
|
||||
$.rm fileDiv
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user