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