From 2af596da8857ec99c59dd7ace262cf2b1f03b45a Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 30 Jan 2015 15:28:43 -0500 Subject: [PATCH] add fastclick --- functions.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/functions.php b/functions.php index a9ff8b3..2fd171b 100755 --- a/functions.php +++ b/functions.php @@ -78,6 +78,13 @@ function site_scripts() get_template_directory_uri() . '/js/modernizr/modernizr.min.js' ); wp_enqueue_script('jquery'); + wp_enqueue_script( + 'fastclick', + get_template_directory_uri() . '/js/fastclick/lib/fastclick.js', + 'jquery', + '1.0', + true + ); wp_enqueue_script( 'glm_foundation', get_template_directory_uri() . '/js/app.js', -- 2.17.1