Commit 66d78922 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

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
parent bba9be6a
......@@ -28,7 +28,7 @@ function afterAddBlock() {
}
function removeBlock(block) {
$(block).parentNode.removeChild($(block));
Effect.DropOut(block);
updateSelect();
}
//]]>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment