1
0
Fork 0
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:
Luke Pulverenti 2015-07-11 20:12:28 -04:00
parent dfacfaf79f
commit 506078a7fd

View file

@ -508,7 +508,7 @@
browsableImageStartIndex = 0;
browsableImageType = type;
$('.lnkBrowseImages').trigger('click');
$('.lnkBrowseImages', $.mobile.activePage).trigger('click');
};
}