mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
use unified theme media player
This commit is contained in:
parent
50f9d7d4fe
commit
d8c4154947
12 changed files with 93 additions and 144 deletions
|
@ -1,4 +1,4 @@
|
|||
define(['jQuery'], function ($) {
|
||||
define(['jQuery', 'fnchecked'], function ($) {
|
||||
|
||||
function loadPage(page, config, languages) {
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
|||
|
||||
var culture = languages[i];
|
||||
|
||||
html += '<paper-checkbox class="chkLang" data-lang="' + culture.ThreeLetterISOLanguageName.toLowerCase() + '">' + culture.DisplayName + '</paper-checkbox>';
|
||||
html += '<label><input type="checkbox" is="emby-checkbox" class="chkLang" data-lang="' + culture.ThreeLetterISOLanguageName.toLowerCase() + '" /><span>' + culture.DisplayName + '</span></label>';
|
||||
}
|
||||
|
||||
$('.downloadLanguages', page).html(html);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue