bug: making activeServiceItem text work

This commit is contained in:
Chris Cochrun 2023-04-19 15:09:30 -05:00
parent 3c09565a12
commit 16bb72c663

View file

@ -193,6 +193,7 @@ Controls.Page {
/* SlideMod.activate(index); */ /* SlideMod.activate(index); */
presentation.textIndex = 0; presentation.textIndex = 0;
console.log("Slide changed to: " + index); console.log("Slide changed to: " + index);
activeServiceItem = ServiceItemModel.getItem(currentServiceItem).name;
} }
function loopVideo() { function loopVideo() {