CI: Update flake_chart files to gopogh versions
parent
2dfea50af4
commit
1ebd621ce3
|
@ -23,15 +23,13 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="period_display"></div>
|
||||
<div id="dropdown_container"></div>
|
||||
<div id="chart_div"></div>
|
||||
<div id="data_date_container" style="text-align: right; display: none">
|
||||
Data collected on <span id="data_date"></span>
|
||||
</div>
|
||||
<div id="version_div"></div>
|
||||
</body>
|
||||
<script>
|
||||
const el = document.createElement('script');
|
||||
el.setAttribute('src', `flake_chart.js?t=${Math.random()}`);
|
||||
document.head.appendChild(el);
|
||||
</script>
|
||||
</html>
|
||||
</html>
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue