mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix edit images popup
This commit is contained in:
parent
dfacfaf79f
commit
506078a7fd
1 changed files with 1 additions and 1 deletions
|
@ -508,7 +508,7 @@
|
||||||
browsableImageStartIndex = 0;
|
browsableImageStartIndex = 0;
|
||||||
browsableImageType = type;
|
browsableImageType = type;
|
||||||
|
|
||||||
$('.lnkBrowseImages').trigger('click');
|
$('.lnkBrowseImages', $.mobile.activePage).trigger('click');
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue