Fix inconsistencies after cherry-picking from #960
This commit is contained in:
parent
2d64cd0052
commit
1bed4de370
7 changed files with 27 additions and 27 deletions
|
@ -1,4 +1,4 @@
|
|||
define(["events", "loading"], function (events, loading) {
|
||||
define(["events", "loading", "globalize"], function (events, loading, globalize) {
|
||||
"use strict";
|
||||
|
||||
function onListingsSubmitted() {
|
||||
|
@ -17,7 +17,7 @@ define(["events", "loading"], function (events, loading) {
|
|||
|
||||
function loadTemplate(page, type, providerId) {
|
||||
require(["text!./components/tvproviders/" + type + ".template.html"], function (html) {
|
||||
page.querySelector(".providerTemplate").innerHTML = Globalize.translateDocument(html);
|
||||
page.querySelector(".providerTemplate").innerHTML = globalize.translateDocument(html);
|
||||
init(page, type, providerId);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue