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();