errored (i.e. timeout) pages work

Cette révision appartient à :
Anthony Lieuallen 2006-05-14 22:44:26 +00:00
Parent 334133be60
révision 70b0034be9
1 fichiers modifiés avec 1 ajouts et 1 suppressions

Voir le fichier

@ -81,7 +81,7 @@ var resurrect={
// // // // // // // // // // // // // // // // // // // // // // // // // // //
page:function(event) {
var doc=resurrect.findTag('HTML').ownerDocument;
var doc=getBrowser().contentWindow.document;
resurrect.showDialog(doc.location.href);
},