diff options
author | Kuuuube <61125188+Kuuuube@users.noreply.github.com> | 2024-06-20 13:10:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-20 17:10:07 +0000 |
commit | 8f33cb76cbe7c86ad6ee3cd6700c40f82dc7230d (patch) | |
tree | 712b8b873dc0b406028b7f61d899cb33bedc0106 /ext/quick-start-guide.html | |
parent | 9f4e595c7264a52ab85eb07c4d1411e4efb09ab1 (diff) |
Fix scrollbars on info, legal, and issues; add theming to legal and issues (#1096)
* Add theming support to generic-page-main.js
* Mark scrollbars on info, issues, and legal
* Remove quick-start-guide-main.js in favor of generic-page-main.js
* Default body to hidden on issues and legal
Diffstat (limited to 'ext/quick-start-guide.html')
-rw-r--r-- | ext/quick-start-guide.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/quick-start-guide.html b/ext/quick-start-guide.html index cf4a5e2d..903a963c 100644 --- a/ext/quick-start-guide.html +++ b/ext/quick-start-guide.html @@ -13,7 +13,7 @@ <link rel="icon" type="image/png" href="/images/icon128.png" sizes="128x128"> <link rel="stylesheet" type="text/css" href="/css/material.css"> <link rel="stylesheet" type="text/css" href="/css/settings.css"> - <script src="/js/pages/quick-start-guide-main.js" type="module"></script> + <script src="/js/pages/generic-page-main.js" type="module"></script> </head> <body hidden> |