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