Nicolas Bally d4484275e8 initial
2011-06-25 12:08:06 +02:00

8 lines
164 B
Plaintext

#edit_portlet_content_form=render :partial => "form"
:javascript
$("#edit_portlet_content_form .text_editor").each(function() {
auto_tiny_mce($(this));
});