rm debugging alert
This commit is contained in:
parent
dcad8e1686
commit
97bbe87e40
@ -1545,7 +1545,6 @@
|
|||||||
};
|
};
|
||||||
if (node = (_ref = $('table font b')) != null ? _ref.firstChild : void 0) {
|
if (node = (_ref = $('table font b')) != null ? _ref.firstChild : void 0) {
|
||||||
textContent = node.textContent, href = node.href;
|
textContent = node.textContent, href = node.href;
|
||||||
alert(textContent);
|
|
||||||
data = JSON.stringify({
|
data = JSON.stringify({
|
||||||
textContent: textContent,
|
textContent: textContent,
|
||||||
href: href
|
href: href
|
||||||
|
|||||||
@ -1201,7 +1201,6 @@ QR =
|
|||||||
$ = (css) -> document.querySelector css
|
$ = (css) -> document.querySelector css
|
||||||
if node = $('table font b')?.firstChild
|
if node = $('table font b')?.firstChild
|
||||||
{textContent, href} = node
|
{textContent, href} = node
|
||||||
alert textContent
|
|
||||||
data = JSON.stringify {textContent, href}
|
data = JSON.stringify {textContent, href}
|
||||||
else if node = $ 'meta'
|
else if node = $ 'meta'
|
||||||
data = node.content.match(/url=(.+)/)[1]
|
data = node.content.match(/url=(.+)/)[1]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user