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

update multi-select

This commit is contained in:
Luke Pulverenti 2016-08-16 16:54:13 -04:00
parent cc29283762
commit 89dfdfb110
7 changed files with 160 additions and 104 deletions

View file

@ -416,8 +416,8 @@
$('.btnSyncSupporter', page).on('click', function () {
requirejs(["registrationservices"], function () {
RegistrationServices.validateFeature('sync');
requirejs(["registrationservices"], function (registrationServices) {
registrationServices.validateFeature('sync');
});
});
$('.supporterPromotion .mainText', page).html(Globalize.translate('HeaderSyncRequiresSupporterMembership'));