root %!s(int64=4) %!d(string=hai) anos
pai
achega
1e7763cea3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      index.js

+ 1 - 1
index.js

@@ -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];
   })
 }