diff options
-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 | ||