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:
parent
715787a888
commit
31bd531453
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
||||||
if (pkg.targetSystem == 'Server') {
|
if (pkg.targetSystem == 'Server') {
|
||||||
$("#btnInstallDiv", page).show();
|
$("#btnInstallDiv", page).show();
|
||||||
$("#nonServerMsg", page).hide();
|
$("#nonServerMsg", page).hide();
|
||||||
|
$("#pSelectVersion", page).show();
|
||||||
}else {
|
}else {
|
||||||
$("#btnInstallDiv", page).hide();
|
$("#btnInstallDiv", page).hide();
|
||||||
$("#pSelectVersion", page).hide();
|
$("#pSelectVersion", page).hide();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue