mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
Hide other-versions dropdown while page is loading
This commit is contained in:
@ -75,6 +75,12 @@
|
||||
collapseButton.click();
|
||||
}
|
||||
|
||||
const otherVersions = document.querySelector("#otherVersions");
|
||||
if(otherVersions)
|
||||
{
|
||||
otherVersions.style.visibility = "visible";
|
||||
}
|
||||
|
||||
const navLogo = document.querySelector("#navLogo");
|
||||
if(navLogo)
|
||||
{
|
||||
|
@ -69,3 +69,8 @@ api-response
|
||||
margin-right: auto;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#otherVersions
|
||||
{
|
||||
visibility: hidden;
|
||||
}
|
Reference in New Issue
Block a user