Explorar el Código

Merge branch 'master' of https://git.cocorobo.hk/jack/cocorobolx

root hace 4 años
padre
commit
9031430fe8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      index.js

+ 1 - 1
index.js

@@ -1177,7 +1177,7 @@ function switchCC(e) {
         "display": "block"
       });
       $(".blockpy-toolbar-upload").css({
-        "display": "none"
+        "display": "block"
       });
       $("#repl_delete").css("display", "none");
     }