root 4 years ago
parent
commit
c2bf4b06bc
2 changed files with 3 additions and 1 deletions
  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) {
 function openUrl(url) {
-  window.open("//" + url, "_blank")
+  window.open(url, "_blank")
 }
 }
 
 
 function appearExample(type) {
 function appearExample(type) {