mirror of
git://f0xx.org/android_cast
synced 2026-07-29 03:38:52 +03:00
BE sync / gitea
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user