is_front_page() not working

If you are doing this directly in functions.php you are doing it wrong. It is too early for conditional tags to work.

This should be hooked to wp_enqueue_scripts, see wp_enqueue_script() docs.

Leave a Comment