console, modules
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user