mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-19 21:22:26 +01:00
Do not add conrtrols class if it's on slideshow mode
This commit is contained in:
parent
84560a0496
commit
0e525fd13a
@ -483,7 +483,7 @@ function expose (widget)
|
||||
// See if we need to move the indicator
|
||||
var indicator = gallery.container.find('.indicator');
|
||||
var current = $j('.active',indicator).position();
|
||||
if (current.left == 0)
|
||||
if (current.left == 0 && !gallery.container.hasClass(this.expose_options.playingClass))
|
||||
{
|
||||
//As controlsClass activates indicators,
|
||||
//we use it to make indicators available for the first time
|
||||
|
Loading…
Reference in New Issue
Block a user