mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
updated components for setResolveCaptchaPromise
This commit is contained in:
@@ -10,7 +10,6 @@ function handleAddressClick(shortAddress) {
|
||||
});
|
||||
|
||||
if (matchingElements.length === 0) {
|
||||
console.log('Could not find any matching elements');
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ function handleQuoteClick(reply, parentCid, threadCid) {
|
||||
if (opElement) {
|
||||
opElement.scrollIntoView({ behavior: "auto", block: "start" });
|
||||
} else {
|
||||
console.log('Could not find OP element');
|
||||
return;
|
||||
}
|
||||
|
||||
return;
|
||||
@@ -49,7 +49,7 @@ function handleQuoteClick(reply, parentCid, threadCid) {
|
||||
}
|
||||
|
||||
} else {
|
||||
console.log('Could not find target element');
|
||||
return;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user