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