diff options
author | davehauenstein <davehauenstein@d4e419ec-0920-11de-bbfd-a7c1bc4c261e> | 2009-04-20 21:52:48 +0000 |
---|---|---|
committer | davehauenstein <davehauenstein@d4e419ec-0920-11de-bbfd-a7c1bc4c261e> | 2009-04-20 21:52:48 +0000 |
commit | f4b1b983b24d7995035fc38812d29bf990f4a9e8 (patch) | |
tree | 904716615859c5014b74097ff7febd5262732b44 /js | |
parent | 8411673a282c5ad24cdc5560e5e018e3db7ea5fd (diff) | |
download | readability-simple-f4b1b983b24d7995035fc38812d29bf990f4a9e8.tar.bz2 readability-simple-f4b1b983b24d7995035fc38812d29bf990f4a9e8.zip |
changed location from test to prod version of readability email
git-svn-id: http://arc90labs-readability.googlecode.com/svn/trunk@41 d4e419ec-0920-11de-bbfd-a7c1bc4c261e
Diffstat (limited to 'js')
-rwxr-xr-x | js/readability.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/readability.js b/js/readability.js index b5f2347..9f59bcb 100755 --- a/js/readability.js +++ b/js/readability.js @@ -1,5 +1,5 @@ var readabilityVersion = "0.4";
-var emailSrc = 'http://davehauenstein.com/readabilityTest/email.php';
+var emailSrc = 'http://davehauenstein.com/readability/email.php';
var iframeLoads = 0;
(function(){
|