Jelajahi Sumber

Add files via upload

Daniele Bonini (皮夕): WebDev and DevOps by lots of Sim.pli.city bits 3 tahun lalu
induk
melakukan
51dc6090b0
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      Public/js/dragndrop-code.js

+ 2 - 2
Public/js/dragndrop-code.js

@@ -82,11 +82,11 @@ function onDrop(e) {
     if (cubes[i].getpassword() === newcube.getpassword()) {
       pwd2 = prompt("password confirmation:");
       if (cubes[i].getpassword() != pwd2) {
-        $("#cubeList").html("      Permission denied.");  
+        $("#cubeList").html("<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Permission denied.");  
         return;
       }  
     } else {
-      $("#cubeList").html("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Permission denied.");  
+      $("#cubeList").html("<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Permission denied.");  
       return;
     }