Add QuickTag in bbpress replies

SOLVED!

I just put anther add_action to insert the javascript in the rest of the theme (and for bbpress too):

add_action( 'wp_print_footer_scripts', 'generico_quicktags' );

The quicktags check in function already prevents wordpress to put the javascript in unwanted places!