updated tradingview

This commit is contained in:
tim
2024-09-18 00:59:26 -04:00
parent 09ef4c5f43
commit ce54b943ea
1693 changed files with 35828 additions and 3769 deletions

View File

@@ -0,0 +1,19 @@
<!--
Used as the source of the library's iframe when the iframe_loading_same_origin feature is enabled.
See CL-2137.
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>sameorigin.html</title>
<script>
window.addEventListener('load', () => {
window.dispatchEvent(new Event('sameOriginLoad'));
});
</script>
</head>
<body>
</body>
</html>