root 4 éve
szülő
commit
1e7763cea3
1 módosított fájl, 1 hozzáadás és 1 törlés
  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];
   })
 }