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 migrate-to-ES6-36

This commit is contained in:
dkanada 2020-07-23 11:54:21 +09:00 committed by GitHub
commit 20324144af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 802 additions and 730 deletions

View file

@ -70,7 +70,7 @@ import 'css!./searchfields';
function embed(elem, instance, options) {
require(['text!./searchfields.template.html'], function (template) {
import('text!./searchfields.template.html').then(({default: template}) => {
let html = globalize.translateHtml(template, 'core');