##// END OF EJS Templates
Added a DropOut effect when removing a block on my page layout....
Jean-Philippe Lang -
r488:66d789229d09
parent child
Show More
@@ -28,7 +28,7 function afterAddBlock() {
28 }
28 }
29
29
30 function removeBlock(block) {
30 function removeBlock(block) {
31 $(block).parentNode.removeChild($(block));
31 Effect.DropOut(block);
32 updateSelect();
32 updateSelect();
33 }
33 }
34 //]]>
34 //]]>
General Comments 0
You need to be logged in to leave comments. Login now