diff options
-rw-r--r-- | app/views/my/page_layout.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/my/page_layout.rhtml b/app/views/my/page_layout.rhtml index 28d2dbab8..1e348bf5b 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(); } //]]> |