mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-25 06:31:59 +01:00
Fix expose view always shows the first picture of the list without respect to the selected one
This commit is contained in:
parent
21bf883be4
commit
75097c9cc2
@ -392,7 +392,7 @@ function expose (widget)
|
|||||||
// But before it goes, we'll pull everything we can
|
// But before it goes, we'll pull everything we can
|
||||||
read_from_nextmatch.call(this, nm, mediaContent);
|
read_from_nextmatch.call(this, nm, mediaContent);
|
||||||
// find current_entry in array and set it's array-index
|
// find current_entry in array and set it's array-index
|
||||||
for(var i; i < mediaContent.length; i++)
|
for(var i=0; i < mediaContent.length; i++)
|
||||||
{
|
{
|
||||||
if ('filemanager::'+mediaContent[i].path == current_entry.uid)
|
if ('filemanager::'+mediaContent[i].path == current_entry.uid)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user