mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Do not exit of fullscreen mode on slideshow pause for toggleFullscreenOnSlideshow
This commit is contained in:
parent
0836c6a520
commit
303b10377f
@ -304,7 +304,7 @@ function expose (widget)
|
||||
//Hide controls when the slideshow is playing
|
||||
hideControlsOnSlideshow: true,
|
||||
//Request fullscreen on slide show
|
||||
toggleFullscreenOnSlideShow:false,
|
||||
toggleFullscreenOnSlideShow:true,
|
||||
// The transition speed for automatic slide changes, set to an integer
|
||||
// greater 0 to override the default transition speed:
|
||||
slideshowTransitionSpeed: undefined,
|
||||
|
@ -1142,7 +1142,6 @@
|
||||
if (this.options.toggleFullscreenOnSlideShow) this.requestFullScreen(this.container[0]);
|
||||
} else {
|
||||
this.pause();
|
||||
if (this.options.toggleFullscreenOnSlideShow) this.exitFullScreen();
|
||||
}
|
||||
},
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user