src/main/webapp/views/console.html
@@ -602,11 +602,25 @@ } // crnEl.animate({left: (crns[i].bay * unit) + 'px'}, 1000); // crns[i].bay = 15; var offSet = 0; unit = 60; offSet = 325; switch (i) { case 0: case 1: case 2: case 3: unit = 35; offSet = 500; break; case 5: unit = 124; offSet = 550; break; case 4: case 6: unit = 62; offSet = 550; break; } if(crns[i].bay === 1){ crnEl.animate({left: offSet + 'px'}, 1000);