Changeset 6428

Show
Ignore:
Timestamp:
08/20/08 15:45:08 (5 months ago)
Author:
MartinBudden
Message:

Changed Opera download timing

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Trunk/verticals/tiddlywiki.com/plugins/DownloadTiddlyWikiPlugin.js

    r6426 r6428  
    5252        if(config.browser.isOpera) { 
    5353                story.displayTiddler(target,title); 
    54                 window.setTimeout(function() {document.location.href = url;},200); 
     54                window.setTimeout(function() {document.location.href = url;},300); 
    5555        } else { 
    5656                // put an iframe in the target instructions tiddler to start the download