@@ -470,7 +470,7 @@ window.onload = function () {
});
$("#python_full_screen").click(() => {
- window.location.href = "/python/?" + window.location.href.split("?")[1];
+ window.location.href = "./python/?" + window.location.href.split("?")[1];
})
}