Changeset 95

Show
Ignore:
Timestamp:
05/14/06 18:44:26 (3 years ago)
Author:
t-bone
Message:

errored (i.e. timeout) pages work

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • extension/resurrect/content/resurrect.js

    r94 r95  
    8282 
    8383    page:function(event) { 
    84         var doc=resurrect.findTag('HTML').ownerDocument; 
     84        var doc=getBrowser().contentWindow.document; 
    8585        resurrect.showDialog(doc.location.href); 
    8686    },