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

hide version selector on non-server plugins, align filter button

This commit is contained in:
Techywarrior 2013-04-07 19:54:21 -07:00
parent 61b9aff305
commit 310456481f
3 changed files with 5 additions and 5 deletions

View file

@ -34,7 +34,8 @@
$("#btnInstallDiv", page).show();
$("#nonServerMsg", page).hide();
}else {
$("#btnInstallDiv", page).hide();
$("#btnInstallDiv", page).hide();
$("#pSelectVersion", page).hide();
$("#nonServerMsg", page).html("This plugin must be installed from "+pkg.targetSystem).show();
}