Commit 8d22b277 authored by Michael Droettboom's avatar Michael Droettboom

Fix #109: Fix the path of external data files

parent 1bdede95
......@@ -117,6 +117,7 @@ var languagePluginLoader = new Promise((resolve, reject) => {
};
Module.filePackagePrefixURL = baseURL;
Module.locateFile = (path) => baseURL + path;
var postRunPromise = new Promise((resolve, reject) => {
Module.postRun = () => {
delete window.Module;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment