Do not show thumbnail indicator for image widget expose view

This commit is contained in:
Hadi Nategh 2015-03-24 18:17:16 +00:00
parent d3c7e21144
commit 6704f41dcc

View File

@ -161,6 +161,8 @@ var et2_image = expose(et2_baseWidget.extend([et2_IDetachedDOM],
{ {
if (self.options.expose_view) 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); self._init_blueimp_gallery(e,_value);
} }
else else