root hace 4 años
padre
commit
c2bf4b06bc
Se han modificado 2 ficheros con 3 adiciones y 1 borrados
  1. 2 0
      .gitignore
  2. 1 1
      index.js

+ 2 - 0
.gitignore

@@ -0,0 +1,2 @@
+LenovoBlockpy Installer v1.0.12.exe
+lxhelp/

+ 1 - 1
index.js

@@ -1397,7 +1397,7 @@ function copyShare() {
 }
 
 function openUrl(url) {
-  window.open("//" + url, "_blank")
+  window.open(url, "_blank")
 }
 
 function appearExample(type) {