forked from extern/egroupware
Fix image widget calling expose view with wrong value
This commit is contained in:
parent
2ea4330033
commit
55ca892f70
@ -161,7 +161,7 @@ var et2_image = expose(et2_baseWidget.extend([et2_IDetachedDOM],
|
|||||||
{
|
{
|
||||||
if (self.options.expose_view)
|
if (self.options.expose_view)
|
||||||
{
|
{
|
||||||
self._init_blueimp_gallery(_value);
|
self._init_blueimp_gallery(e,_value);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user