use shared globalize

This commit is contained in:
Luke Pulverenti 2016-03-05 13:51:19 -05:00
parent 3aefabc66b
commit ec65069323
29 changed files with 390 additions and 274 deletions

View file

@ -295,7 +295,7 @@
dlg.classList.add('background-theme-b');
var html = '';
html += Globalize.translateDocument(template);
html += Globalize.translateHtml(template);
dlg.innerHTML = html;
document.body.appendChild(dlg);
@ -361,7 +361,7 @@
dlg.classList.add('background-theme-a');
var html = '';
html += Globalize.translateDocument(template);
html += Globalize.translateHtml(template);
dlg.innerHTML = html;
document.body.appendChild(dlg);