mirror of
https://github.com/haselkern/Minecraft-ArmorStand.git
synced 2025-05-17 15:05:33 +00:00
CSS overhaul
I think it's pretty sweet.
This commit is contained in:
parent
57d0cd3e9c
commit
2c80abc37c
4 changed files with 64 additions and 39 deletions
|
@ -350,7 +350,10 @@ function updateUI(){
|
|||
|
||||
$("#code").text(generateCode());
|
||||
if(generateCode().length > 100){
|
||||
$("#codeinfo").html("<b>Please note:</b> This command is too long to be executed from chat. You need to place it inside a command block. (see below)");
|
||||
$("#codeinfo").slideDown();
|
||||
}
|
||||
else{
|
||||
$("#codeinfo").slideUp();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue