зеркало из https://github.com/mozilla/pjs.git
24 строки
353 B
HTML
24 строки
353 B
HTML
|
<html>
|
||
|
<head>
|
||
|
|
||
|
<script>
|
||
|
addEventListener('DOMContentLoaded', function() {
|
||
|
(opener || parent).innerDOMContentLoaded();
|
||
|
}, false);
|
||
|
|
||
|
addEventListener('load', function() {
|
||
|
(opener || parent).innerLoad();
|
||
|
}, false);
|
||
|
|
||
|
addEventListener('popstate', function(e) {
|
||
|
(opener || parent).innerPopstate(e);
|
||
|
}, false);
|
||
|
</script>
|
||
|
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
</body>
|
||
|
</html>
|