Skip to content
Snippets Groups Projects
Commit ae02a287 authored by Alex Biehl's avatar Alex Biehl Committed by GitHub
Browse files

Use relative URL when no docBaseUrl given

parent f506a356
No related branches found
No related tags found
No related merge requests found
......@@ -385,7 +385,7 @@ var NoResultsMsg = function(props) {
return {
init: function(docBaseUrl) {
baseUrl = docBaseUrl || "";
baseUrl = docBaseUrl || ".";
preact.render(h(App), document.body);
}
}
......
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