jfn_app/app/views/portlet/shared/edit.html.haml
Nicolas Bally 0d62fbe429 initial
2011-12-29 11:06:37 +01: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));
});