See e73cc5f
e73cc5f
@ -2,5 +2,5 @@
import translateHtml from './../translatehtml.js';
document.addEventListener('DOMContentLoaded', function () {
// translateHtml();
translateHtml();
});
@ -24,5 +24,5 @@ require('./annotation.js');
require('../editor.js');
import translateHtml from '../translatehtml.js';