Added a DropOut effect when removing a block on my page layout.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@491 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
bba9be6a4d
commit
66d789229d
|
@ -28,7 +28,7 @@ function afterAddBlock() {
|
|||
}
|
||||
|
||||
function removeBlock(block) {
|
||||
$(block).parentNode.removeChild($(block));
|
||||
Effect.DropOut(block);
|
||||
updateSelect();
|
||||
}
|
||||
//]]>
|
||||
|
|
Loading…
Reference in New Issue