Änderungen für den Modul- und denParameterblock
This commit is contained in:
@ -1021,17 +1021,6 @@ let graphs = (function (){
|
||||
let f = 0;
|
||||
appendToGridElement(f, " ", "graphics", container);
|
||||
|
||||
// let currentSwiper = swiper[f];
|
||||
|
||||
// function setSlidingMode(mode) {
|
||||
// currentSwiper.params.noSwipingClass = mode ? "allow-swipe" : "swiper-slide-main";
|
||||
// }
|
||||
|
||||
// currentSwiper.enableSwiping(false);
|
||||
// currentSwiper.on('reachBeginning', function () {
|
||||
// currentSwiper.enableSwiping(false);
|
||||
// })
|
||||
|
||||
let graphicsPanel = container.parentNode.querySelector('.panel')
|
||||
graphicsPanel.classList.add('graphics');
|
||||
graphicsPanel.childNodes[0].style.visibility = "hidden"; // hides the span added by the swippers
|
||||
|
Reference in New Issue
Block a user