mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-23 22:35:32 +02:00
Do not show expose thumbnail for single media entry
This commit is contained in:
@@ -431,6 +431,8 @@ function expose (widget)
|
||||
else
|
||||
{
|
||||
mediaContent = this.getMedia(_value);
|
||||
// Do not show thumbnail indicator on single expose view
|
||||
this.expose_options.thumbnailIndicators = false;
|
||||
}
|
||||
this.expose_options.index = current_index;
|
||||
gallery = blueimp.Gallery(mediaContent, this.expose_options);
|
||||
|
Reference in New Issue
Block a user