Merge branch 'es6' into migrate-to-ES6-36
This commit is contained in:
commit
20324144af
32 changed files with 802 additions and 730 deletions
|
@ -604,7 +604,7 @@ import 'emby-button';
|
|||
|
||||
function embed(elem, instance, options) {
|
||||
|
||||
require(['text!./searchresults.template.html'], function (template) {
|
||||
import('text!./searchresults.template.html').then(({default: template}) => {
|
||||
|
||||
if (!enableScrollX()) {
|
||||
template = replaceAll(template, 'data-horizontal="true"', 'data-horizontal="false"');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue