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:
Jean-Philippe Lang 2007-04-30 09:09:45 +00:00
parent bba9be6a4d
commit 66d789229d
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ function afterAddBlock() {
}
function removeBlock(block) {
$(block).parentNode.removeChild($(block));
Effect.DropOut(block);
updateSelect();
}
//]]>