add fastclick
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 30 Jan 2015 20:28:43 +0000 (15:28 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 30 Jan 2015 20:28:43 +0000 (15:28 -0500)
functions.php

index a9ff8b3..2fd171b 100755 (executable)
@@ -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',