Commit 6099c4d9 authored by Michael Droettboom's avatar Michael Droettboom Committed by GitHub

Merge pull request #110 from mdboom/fix-data-file-loading

Fix #109: Fix the path of external data files
parents 1bdede95 8d22b277
......@@ -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