Graphs cross now always top right hand corner, hides/shows right part on click, jump hides right part, goToNow shows right part
This commit is contained in:
@ -67,7 +67,7 @@ function adjustGrid() {
|
||||
paramSlider = [0,1,2,3];
|
||||
prevActiveSlider = 0;
|
||||
|
||||
if (window["hideRightPart"]){
|
||||
if (window["hideRightPart"] || window["wideGraphs"]){
|
||||
style(0,"100vw","100vh");
|
||||
style(1); // hide
|
||||
style(2); // hide
|
||||
|
Reference in New Issue
Block a user