translate tv guide

This commit is contained in:
Luke Pulverenti 2015-10-14 13:33:30 -04:00
parent b0f79e54f4
commit 86e7b20cfc
3 changed files with 86 additions and 97 deletions

View file

@ -479,7 +479,7 @@
}).done(function (template) {
var tabContent = options.element;
tabContent.innerHTML = template;
tabContent.innerHTML = Globalize.translateDocument(template);
Events.on(tabContent.querySelector('.programGrid'), 'scroll', function () {