adding overload function for pdfs
This commit is contained in:
parent
ed58e2cda1
commit
e4b97b901f
4 changed files with 57 additions and 5 deletions
|
@ -134,11 +134,14 @@ Controls.Page {
|
|||
print("index grabbed: " + index);
|
||||
print(item);
|
||||
|
||||
presentation.stopVideo()
|
||||
presentation.stopVideo();
|
||||
presentation.itemType = item.type;
|
||||
print("Time to start changing");
|
||||
|
||||
SlideObject.changeSlide(item);
|
||||
if (item.type == "pres")
|
||||
SlideObject.changeSlide(item);
|
||||
else
|
||||
SlideObject.changeSlide(item);
|
||||
|
||||
if (item.backgroundType === "video")
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue