We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6fb116 commit 83dc91fCopy full SHA for 83dc91f
src/Engine/Convert/Resources/Slideshow/slideshow.js
@@ -66,6 +66,10 @@ function slideshow(s) {
66
switch (s.mode) {
67
case 'schedule':
68
setInterval(function(){
69
+ if (document.location.hash.indexOf('slideshow=preview') != -1) {
70
+ $carousel.carousel('next');
71
+ return;
72
+ }
73
// Select the slide to show.
74
var ms = (new Date()).getTime();
75
for (i = 0; i < s.items.length; ++i) {
0 commit comments