switch to .html per reports of brokennes
git-svn-id: file:///home/svn/framework3/trunk@11683 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
5e9fdc28e7
commit
2c93910f4b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue