diff --git a/includes/front-end/styles_and_scripts.php b/includes/front-end/styles_and_scripts.php index b5755df..a82d71b 100644 --- a/includes/front-end/styles_and_scripts.php +++ b/includes/front-end/styles_and_scripts.php @@ -6,7 +6,7 @@ function themeStarter_enqueue() /* Register and Enqueue Scripts */ - wp_register_script('themeStarter-app', get_parent_theme_file_uri('/assets/js/index.js'), [], '1.0', true); + wp_register_script('themeStarter-app', get_parent_theme_file_uri('/assets/js/index.js'), [], null, true); wp_enqueue_script('themeStarter-app');