Fixed createSelection bug + hide right part on client side
This commit is contained in:
@ -67,6 +67,14 @@ function adjustGrid() {
|
||||
paramSlider = [0,1,2,3];
|
||||
prevActiveSlider = 0;
|
||||
|
||||
if (window["hideRightPart"]){
|
||||
style(0,"100vw","100vh");
|
||||
style(1); // hide
|
||||
style(2); // hide
|
||||
style(3); // hide
|
||||
return
|
||||
}
|
||||
|
||||
switch (nColumns) {
|
||||
case 1:
|
||||
if (menuMode) {
|
||||
|
Reference in New Issue
Block a user