diff --git a/app/views/my/page_layout.rhtml b/app/views/my/page_layout.rhtml index 28d2dba..1e348bf 100644 --- a/app/views/my/page_layout.rhtml +++ b/app/views/my/page_layout.rhtml @@ -28,7 +28,7 @@ function afterAddBlock() { } function removeBlock(block) { - $(block).parentNode.removeChild($(block)); + Effect.DropOut(block); updateSelect(); } //]]>