no need to apply all prototype elements

This commit is contained in:
Sebastian Mendel
2008-01-29 14:52:17 +00:00
parent 340584e504
commit fc47a30bda

View File

@@ -2338,7 +2338,7 @@ window.addEvent('domready', function(){
}
});
anchor<?php echo $id; ?>.appendText('<?php echo $message; ?>');
anchor<?php echo $id; ?>.injectBefore($('<?php echo $id; ?>'));
anchor<?php echo $id; ?>.injectBefore('<?php echo $id; ?>');
var mySlide<?php echo $id; ?> = new Fx.Slide('<?php echo $id; ?>');
<?php