mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-05 23:21:31 +00:00
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…
x
Reference in New Issue
Block a user