You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a small slideshow and then clicked Download presentation and downloaded the zip file
I then extracted the zip file and opened up the index.html file and all the slides had "Edit Content" at the top as part of the slide text.
I added: slides = slides.replace(/<div class=["-]slide-edit-lock["-]>.*Edit content<\/div>/g,"");
after the var slides declaration in the createZip method in main.js and it seems to have fixed it for now but i was wondering if there was a reason the slide-edit-lock div is inside the slides div?
Can it be moved elsewhere so the innerHTML of the slides div dosn't contain the slide-edit-lock div
The text was updated successfully, but these errors were encountered:
I created a small slideshow and then clicked Download presentation and downloaded the zip file
I then extracted the zip file and opened up the index.html file and all the slides had "Edit Content" at the top as part of the slide text.
I added:
slides = slides.replace(/<div class=["-]slide-edit-lock["-]>.*Edit content<\/div>/g,"");
after the var slides declaration in the createZip method in main.js and it seems to have fixed it for now but i was wondering if there was a reason the slide-edit-lock div is inside the slides div?
Can it be moved elsewhere so the innerHTML of the slides div dosn't contain the slide-edit-lock div
The text was updated successfully, but these errors were encountered: