We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c772c25 commit 9424339Copy full SHA for 9424339
labextension/vpython/src/glowcommlab.js
@@ -83,8 +83,8 @@ export function setupWebsocket(msg,serviceUrl) {
83
wscheckfontsloaded(msg,serviceUrl)
84
}
85
86
-var datadir = './static/lab/vpython_data/'
87
-window.Jupyter_VPython = "./static/lab/vpython_data/" // prefix used by glow.min.js for textures
+var datadir = '/static/lab/vpython_data/'
+window.Jupyter_VPython = "/static/lab/vpython_data/" // prefix used by glow.min.js for textures
88
89
function fontloading() {
90
"use strict";
0 commit comments