root пре 4 година
родитељ
комит
1e7763cea3
1 измењених фајлова са 1 додато и 1 уклоњено
  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];
   })
 }