From a92b5ba9239c324ec4f286ed8bdd931d4ba30ff7 Mon Sep 17 00:00:00 2001 From: JJfutbol Date: Fri, 17 Jul 2009 23:02:09 +0000 Subject: git-svn-id: http://arc90labs-readability.googlecode.com/svn/trunk@70 d4e419ec-0920-11de-bbfd-a7c1bc4c261e --- js/readability.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'js/readability.js') diff --git a/js/readability.js b/js/readability.js index e0ea072..57eb240 100755 --- a/js/readability.js +++ b/js/readability.js @@ -51,14 +51,9 @@ if (typeof console == 'undefined') // parse the article content and add it to the new content container contentContainer.appendChild(parseContent()); - // FIXME: footer image has both arc90 and readability logos, they should - // each have their own unique link (issue 59) - // http://code.google.com/p/arc90labs-readability/issues/detail?id=59 - // // add the footer and contents articleFooter.id = "readFooter"; - articleFooter.innerHTML = '
' + - '
' + readabilityVersion + '
'; + articleFooter.innerHTML = '
Follow us on Twitter »
' + readabilityVersion + '
'; contentContainer.appendChild(articleFooter); // add the toolbar and then the conent container to our body -- cgit v1.2.3