Browse Source

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

root 4 years ago
parent
commit
9031430fe8
1 changed files with 1 additions and 1 deletions
  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");
     }