kopia lustrzana https://gitlab.com/gridtracker.org/gridtracker
clicking the settings icon now toggles the settings window closed as well as open
rodzic
5085342a0a
commit
e301b10c52
|
@ -9110,10 +9110,18 @@ function showRootInfoBox()
|
||||||
|
|
||||||
function showSettingsBox()
|
function showSettingsBox()
|
||||||
{
|
{
|
||||||
updateRunningProcesses();
|
if (rootSettingsDiv.style.display == "inline-block")
|
||||||
helpDiv.style.display = "none";
|
{
|
||||||
g_helpShow = false;
|
updateRunningProcesses();
|
||||||
rootSettingsDiv.style.display = "inline-block";
|
rootSettingsDiv.style.display = "none";
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
updateRunningProcesses();
|
||||||
|
helpDiv.style.display = "none";
|
||||||
|
g_helpShow = false;
|
||||||
|
rootSettingsDiv.style.display = "inline-block";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function toggleBaWindow(event)
|
function toggleBaWindow(event)
|
||||||
|
|
Ładowanie…
Reference in New Issue