console, modules

This commit is contained in:
Daniel
2025-04-16 18:37:32 +02:00
committed by Markus Zolliker
parent d1ea9225dc
commit 5d10b6d48d
8 changed files with 77 additions and 53 deletions

View File

@@ -96,7 +96,7 @@ function replaceSlideContent(slide, title, content) {
slide.replaceChild(content, slide.childNodes[1])
}
function insertSlide(s, title, type, content) {
function insertSlideXXX(s, title, type, content) {
if (debug_swiper_daniel) {
console.log("%cfunction: insertSlide", "color:white;background:lightblue");
console.log("title: ",title);