cleaning up the new next action
This commit is contained in:
parent
c1410781c9
commit
420d521494
2 changed files with 7 additions and 39 deletions
|
@ -169,30 +169,6 @@ Item {
|
|||
currentServiceItem++;
|
||||
loadVideo();
|
||||
}
|
||||
/* print(textIndex); */
|
||||
/* if (itemType === "song") { */
|
||||
/* if (textIndex === 0) { */
|
||||
/* SlideObject.setText(root.text[textIndex]); */
|
||||
/* print(root.text[textIndex]); */
|
||||
/* textIndex++; */
|
||||
/* } else if (textIndex < root.text.length) { */
|
||||
/* SlideObject.setText(root.text[textIndex]); */
|
||||
/* print(root.text[textIndex]); */
|
||||
/* textIndex++; */
|
||||
/* } else { */
|
||||
/* print("Next slide time"); */
|
||||
/* textIndex = 0; */
|
||||
/* clearText(); */
|
||||
/* nextSlide(); */
|
||||
/* } */
|
||||
/* } else if (itemType === "video") { */
|
||||
/* /\* clearText(); *\/ */
|
||||
/* nextSlide(); */
|
||||
/* } */
|
||||
/* else if (itemType === "image") { */
|
||||
/* /\* clearText(); *\/ */
|
||||
/* nextSlide(); */
|
||||
/* } */
|
||||
}
|
||||
|
||||
function nextSlide() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue