1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 03:38:52 +03:00

BE sync / gitea

This commit is contained in:
Anton Afanasyeu
2026-06-10 20:22:08 +02:00
parent 10fade4a4d
commit 5e4f208d83
14 changed files with 781 additions and 17 deletions

View File

@@ -36,9 +36,9 @@ function hub_h(string $s): string {
})();
</script>
<link rel="stylesheet" href="/app/androidcast_project/crashes/assets/css/app.css">
<link rel="stylesheet" href="hub.css?v=20260606landing">
<link rel="stylesheet" href="hub-logo-layers.css?v=20260606landing">
<link rel="stylesheet" href="hub-landing.css?v=20260606landing">
<link rel="stylesheet" href="hub.css?v=20260610overlay">
<link rel="stylesheet" href="hub-logo-layers.css?v=20260610overlay">
<link rel="stylesheet" href="hub-landing.css?v=20260610overlay">
<script type="importmap">
{
"imports": {
@@ -415,10 +415,13 @@ function hub_h(string $s): string {
var docsPanelsById = {};
function closeDocs() {
if (!docsModal) return;
docsModal.hidden = true;
docsModal.setAttribute('aria-hidden', 'true');
}
closeDocs();
function openDocs() {
docsModal.hidden = false;
docsModal.setAttribute('aria-hidden', 'false');