wp_enqueue_script only works outside of action

Try changing wp_enqueue_script() to wp_register_script() and then after that add wp_enqueue_script(‘wowjs’);