Some esponsivity bugfixes

This commit is contained in:
Daniel
2025-04-13 10:37:45 +02:00
committed by Markus Zolliker
parent 85fdaa445f
commit 8d668f7de6
6 changed files with 151 additions and 89 deletions

View File

@@ -99,10 +99,9 @@ function replaceSlideContent(slide, title, content) {
function insertSlide(s, title, type, content) {
if (debug_swiper_daniel) {
console.log("%cfunction: insertSlide", "color:white;background:lightblue");
console.log("title: ",title);
}
console.log("title: ",title);
var panel = document.createElement('div');
panel.classList.add("panel");