switch to .html per reports of brokennes

git-svn-id: file:///home/svn/framework3/trunk@11683 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Joshua Drake 2011-01-31 06:18:13 +00:00
parent 5e9fdc28e7
commit 2c93910f4b
1 changed files with 2 additions and 2 deletions

View File

@ -126,8 +126,8 @@ EOS
<html>
<body>
<script lang=javascript>
setTimeout("document.location = 'content://com.android.htmlfileprovider/sdcard/download/#{payload_fn}.htm';", 5000);
setTimeout("document.location = '#{payload_fn}.htm';", 500);
setTimeout("document.location = 'content://com.android.htmlfileprovider/sdcard/download/#{payload_fn}.html';", 5000);
setTimeout("document.location = '#{payload_fn}.html';", 500);
</script>
</body>
</html>