blob: 1eb9a8ce312dea35dc8676d7897ca23e708e0a05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!doctype html>
<meta charset="utf-8">
<link rel="stylesheet" href="file_shared_sheet_caching.css">
<script>
onload = function() {
if (parent != window) {
parent.childWindowLoaded(window);
} else {
window.opener.childWindowLoaded(window);
}
}
</script>
|