1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fixed missing plugin version selector

This commit is contained in:
Techywarrior 2013-04-08 19:34:51 -07:00
parent 715787a888
commit 31bd531453

View file

@ -33,6 +33,7 @@
if (pkg.targetSystem == 'Server') {
$("#btnInstallDiv", page).show();
$("#nonServerMsg", page).hide();
$("#pSelectVersion", page).show();
}else {
$("#btnInstallDiv", page).hide();
$("#pSelectVersion", page).hide();