Skip to content

Commit

Permalink
Update enqueue-scripts.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dmotts authored Sep 25, 2024
1 parent cdd0733 commit 8e31b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/enqueue-scripts.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function vacw_enqueue_frontend_assets() {
// Enqueue chatbot script
wp_enqueue_script(
'vacw-script',
plugins_url('assets/assets/script.js', __DIR__ . '/../'),
plugins_url('assets/assets/script.js', __DIR__ . '/'),
array('jquery', 'axios'),
$timestamp,
true
Expand Down

0 comments on commit 8e31b65

Please sign in to comment.