mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
rename globalize method
This commit is contained in:
parent
ec65069323
commit
b843de2586
21 changed files with 31 additions and 30 deletions
|
@ -1232,7 +1232,7 @@
|
|||
|
||||
var html = '';
|
||||
|
||||
html += Globalize.translateHtml(template);
|
||||
html += Globalize.translateDocument(template);
|
||||
|
||||
dlg.innerHTML = html;
|
||||
document.body.appendChild(dlg);
|
||||
|
@ -1267,7 +1267,7 @@
|
|||
|
||||
var template = this.response;
|
||||
|
||||
elem.innerHTML = Globalize.translateHtml(template);
|
||||
elem.innerHTML = Globalize.translateDocument(template);
|
||||
|
||||
elem.querySelector('.btnCancel').classList.add('hide');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue