diff --git a/src/qml/presenter/MainWindow.qml b/src/qml/presenter/MainWindow.qml index 79612c1..2b324c9 100644 --- a/src/qml/presenter/MainWindow.qml +++ b/src/qml/presenter/MainWindow.qml @@ -211,34 +211,9 @@ Controls.Page { const isMoveDown = currentSlide < index; currentSlide = index; currentServiceItem = item.serviceItemId; - console.log("index grabbed: " + index); - console.log("html?: " + item.html); - console.log("type: " + item.type); - console.log("text: " + item.text); - console.log("slide_index: " + item.slideIndex); - console.log("slide_count: " + item.imageCount); - /* if (item.html) { */ - /* let index = item.slideIndex; */ - /* let count = item.imageCount; */ - /* if (index > 0 && index < count - 1) { */ - /* console.log("I should advance revealy"); */ - /* if (isMoveDown) */ - /* presentation.revealNext() */ - /* else */ - /* presentation.revealPrev() */ - /* return */ - /* } */ - /* } */ - - /* presentation.stopVideo(); */ - /* pWindow.stopVideo(); */ - /* presentation.itemType = item.type; */ console.log("Time to start changing"); - ServiceItemModel.activate(currentServiceItem); - /* SlideObject.changeSlide(slide, slideId); */ slideHelper.chngSlide(item, index, SlideObject); - /* SlideMod.activate(index); */ presentation.textIndex = 0; console.log("Slide changed to: ", item.imageBackground); activeServiceItem = ServiceItemC.getRust(currentServiceItem, ServiceItemModel).name;