1
0
Fork 0
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:
Luke Pulverenti 2016-03-05 14:07:58 -05:00
parent ec65069323
commit b843de2586
21 changed files with 31 additions and 30 deletions

View file

@ -476,7 +476,7 @@
var template = this.response;
var tabContent = options.element;
tabContent.innerHTML = Globalize.translateHtml(template);
tabContent.innerHTML = Globalize.translateDocument(template);
tabContent.querySelector('.programGrid').addEventListener('scroll', function (e) {