starting hammer gestures
This commit is contained in:
@@ -11,6 +11,9 @@ function themeStarter_enqueue()
|
||||
wp_register_script('themeStarter-app', get_parent_theme_file_uri('/assets/js/index.js'), [], $theme_version, true);
|
||||
wp_enqueue_script('themeStarter-app');
|
||||
|
||||
wp_register_script('hammer-js', 'https://hammerjs.github.io/dist/hammer.js', [], '2.0.8', true);
|
||||
wp_enqueue_script('hammer-js');
|
||||
|
||||
|
||||
/* Register and Enqueue Styles */
|
||||
|
||||
|
Reference in New Issue
Block a user