mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-11 22:01:07 -04:00
14 lines
202 B
HTML
14 lines
202 B
HTML
<html>
|
|
<head>
|
|
<script>
|
|
if(window.parent.aGlobal === 1) {
|
|
window.parent.DONE = 1;
|
|
}
|
|
window.parent.PARENT_IS_TOP = parent === top;
|
|
window.parent.LOADED_FRAME = 1;
|
|
</script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|