We are using wp_enqueue_script to add the Friendly Captcha javascript files to the page. Reading through the notes in the wp_enqueue_script documentation it mentions that this function should only be used in the wp_enqueue_scripts or admin_enqueue_scripts action hooks. We don't do that right now, so maybe this is the cause of problems like #156
We are using
wp_enqueue_scriptto add the Friendly Captcha javascript files to the page. Reading through the notes in the wp_enqueue_script documentation it mentions that this function should only be used in thewp_enqueue_scriptsoradmin_enqueue_scriptsaction hooks. We don't do that right now, so maybe this is the cause of problems like #156