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

some minor style cleanup

This commit is contained in:
Luke Pulverenti 2013-03-26 23:00:50 -04:00
parent b7b071a02f
commit 0fb6b9a111
3 changed files with 11 additions and 9 deletions

View file

@ -87,7 +87,7 @@
$('premiumHasPrice', page).hide();
}
} else {
$('#regInfo', page).html("<h3>You must be a <a href='supporter.html'>Media Browser Supporter</a> in order to gain access to this feature.</h3>");
$('#regInfo', page).html("You must be a <a href='supporter.html'>Media Browser Supporter</a> in order to gain access to this feature.").trigger('create');
$('#ppButton', page).hide();
}