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

Merge branch 'es6' into es6-migration-optionseditor

This commit is contained in:
dkanada 2020-07-24 10:08:27 +09:00 committed by GitHub
commit 1caaeea89a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
283 changed files with 11119 additions and 6942 deletions

View file

@ -99,7 +99,7 @@ import 'emby-input';
scrollY: false
});
dlg.classList.add('formDialog');
dlg.innerHTML = globalize.translateDocument(template);
dlg.innerHTML = globalize.translateHtml(template);
dlg.addEventListener('close', function () {
saveValues(dlg, options);
});
@ -112,7 +112,6 @@ import 'emby-input';
dlg.querySelector('.btnCancel').addEventListener('click', function () {
dialogHelper.close(dlg);
});
}
export class editor {