mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-01 11:39:27 +00:00
6 lines
185 B
HTML
6 lines
185 B
HTML
<html><body onload="
|
|
var gLoadEventTime = (new Date()).getTime();
|
|
if (window.opener)
|
|
window.setTimeout('window.opener.childIsOpen('+gLoadEventTime+');',1000);
|
|
"></body></html>
|