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

update plugin page

This commit is contained in:
Luke Pulverenti 2015-08-14 21:10:07 -04:00
parent 88a1dde4fb
commit 50ae4035c5
7 changed files with 20 additions and 19 deletions

View file

@ -144,7 +144,7 @@
if (pkg.richDescUrl) {
$('#pViewWebsite', page).show();
$('#pViewWebsite a', page)[0].href = pkg.richDescUrl;
$('#pViewWebsite a', page).attr('href', pkg.richDescUrl);
} else {
$('#pViewWebsite', page).hide();
}