Changeset 418 for extension/resurrect/content/netError.xhtml
- Timestamp:
- 05/31/08 16:22:17 (7 months ago)
- Files:
-
- 1 modified
-
extension/resurrect/content/netError.xhtml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
extension/resurrect/content/netError.xhtml
r404 r418 204 204 document.getElementById("errorPageContainer").setAttribute("class", "certerror"); 205 205 addDomainErrorLink(); 206 // Also, remove resurrect buttons, they're not likely to help either. 207 document.body.className=''; 206 208 } 207 209 else { … … 276 278 </head> 277 279 278 <body dir="&locale.dir;" >280 <body dir="&locale.dir;" class="resurrect"> 279 281 280 282 <!-- ERROR ITEM CONTAINER (removed during loading to avoid bug 39098) -->