From ddbf2ff22f5d56ff8186304702b0cf7bf32990d4 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Tue, 10 Jun 2008 16:58:52 +0000 Subject: Must absolutize path to mbox --- parsemail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parsemail.js b/parsemail.js index 1a5ceb2..fe75f75 100644 --- a/parsemail.js +++ b/parsemail.js @@ -1,5 +1,5 @@ window.onload=function() { - var url = window.location.search.substring(1); + var url = "/" + window.location.search.substring(1); document.getElementById( "content" ).innerHTML = "

Fetching Mailbox... (this may take a while, please be patient...)

"; -- cgit v1.2.3