From 8411673a282c5ad24cdc5560e5e018e3db7ea5fd Mon Sep 17 00:00:00 2001 From: davehauenstein Date: Mon, 20 Apr 2009 21:39:12 +0000 Subject: reply-to email header is now set to the user who sent the link git-svn-id: http://arc90labs-readability.googlecode.com/svn/trunk@40 d4e419ec-0920-11de-bbfd-a7c1bc4c261e --- js/readability.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js') diff --git a/js/readability.js b/js/readability.js index 7259ccb..b5f2347 100755 --- a/js/readability.js +++ b/js/readability.js @@ -1,5 +1,5 @@ var readabilityVersion = "0.4"; -var emailSrc = 'http://lab.arc90.com/experiments/readability/email.php'; +var emailSrc = 'http://davehauenstein.com/readabilityTest/email.php'; var iframeLoads = 0; (function(){ @@ -234,7 +234,7 @@ function emailBox() { var emailContainer = document.createElement('div'); emailContainer.setAttribute('id', 'email-container'); - emailContainer.innerHTML = ''; + emailContainer.innerHTML = ''; document.body.appendChild(emailContainer); } -- cgit v1.2.3