rm debugging alert

This commit is contained in:
James Campos 2011-09-21 01:21:58 -07:00
parent dcad8e1686
commit 97bbe87e40
2 changed files with 0 additions and 2 deletions

View File

@ -1545,7 +1545,6 @@
};
if (node = (_ref = $('table font b')) != null ? _ref.firstChild : void 0) {
textContent = node.textContent, href = node.href;
alert(textContent);
data = JSON.stringify({
textContent: textContent,
href: href

View File

@ -1201,7 +1201,6 @@ QR =
$ = (css) -> document.querySelector css
if node = $('table font b')?.firstChild
{textContent, href} = node
alert textContent
data = JSON.stringify {textContent, href}
else if node = $ 'meta'
data = node.content.match(/url=(.+)/)[1]