diff options
author | erdgeist <> | 2008-06-10 16:58:52 +0000 |
---|---|---|
committer | erdgeist <> | 2008-06-10 16:58:52 +0000 |
commit | ddbf2ff22f5d56ff8186304702b0cf7bf32990d4 (patch) | |
tree | 71f1afeaa8d016f3f4dcb50fa5474c547ba10da5 | |
parent | c1b9d209749dd9a941313778fbbadfc8d1724d09 (diff) |
Must absolutize path to mbox
-rw-r--r-- | parsemail.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parsemail.js b/parsemail.js index 1a5ceb2..fe75f75 100644 --- a/parsemail.js +++ b/parsemail.js | |||
@@ -1,5 +1,5 @@ | |||
1 | window.onload=function() { | 1 | window.onload=function() { |
2 | var url = window.location.search.substring(1); | 2 | var url = "/" + window.location.search.substring(1); |
3 | 3 | ||
4 | document.getElementById( "content" ).innerHTML = "<p><b>Fetching Mailbox... (this may take a while, please be patient...)</b><br/></p>"; | 4 | document.getElementById( "content" ).innerHTML = "<p><b>Fetching Mailbox... (this may take a while, please be patient...)</b><br/></p>"; |
5 | 5 | ||