Skip to content
Snippets Groups Projects
Commit 938c07f7 authored by sheepmax's avatar sheepmax
Browse files

Integrated subdomain support that Rok added

parent ab108df5
No related branches found
No related tags found
2 merge requests!51Blank book,!49Thebe file fetching fixes and improvements
Pipeline #206252 passed
......@@ -436,7 +436,11 @@ var initThebe = async () => {
});
const request = new XMLHttpRequest();
request.open("GET", "/_static/_hook_fetch_module_finder.py", false);
request.open(
"GET",
`${PAGE_ROOT}_static/_hook_fetch_module_finder.py`,
false
);
request.send();
const fetchImportHookCode = request.response;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment