Changeset 6428
- Timestamp:
- 08/20/08 15:45:08 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Trunk/verticals/tiddlywiki.com/plugins/DownloadTiddlyWikiPlugin.js
r6426 r6428 52 52 if(config.browser.isOpera) { 53 53 story.displayTiddler(target,title); 54 window.setTimeout(function() {document.location.href = url;}, 200);54 window.setTimeout(function() {document.location.href = url;},300); 55 55 } else { 56 56 // put an iframe in the target instructions tiddler to start the download
