Commit 0689d482 authored by Sebastian's avatar Sebastian

Update yet another small error during path updates

parent 9884d1b9
......@@ -15,7 +15,7 @@ define(function(require) {
var baseUrl = "/nbextensions/jiocontents/";
var gadget_main_div = document.createElement("div");
gadget_main_div.setAttribute("data-gadget-url", baseUrl + "/gadget_jupyter_page.html");
gadget_main_div.setAttribute("data-gadget-url", baseUrl + "src/gadget_jupyter_page.html");
gadget_main_div.setAttribute("class", "gadget-jupyter-page-container");
document.body.append(gadget_main_div);
......
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