mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 13:03:16 +01:00
Do not show thumbnail indicator for image widget expose view
This commit is contained in:
parent
d3c7e21144
commit
6704f41dcc
@ -161,6 +161,8 @@ var et2_image = expose(et2_baseWidget.extend([et2_IDetachedDOM],
|
||||
{
|
||||
if (self.options.expose_view)
|
||||
{
|
||||
// Do not show thumbnail indicator on single expose view
|
||||
self.expose_options.thumbnailIndicators = false;
|
||||
self._init_blueimp_gallery(e,_value);
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user