Skip to content

Commit

Permalink
Remove extra slash in script URL
Browse files Browse the repository at this point in the history
  • Loading branch information
dkotter committed Aug 16, 2023
1 parent 1700cd0 commit a43b943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/optimizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public function enqueues( $hook ) {

wp_enqueue_script(
'safe-svg-admin-scripts',
SAFE_SVG_PLUGIN_URL . '/dist/safe-svg-admin.js',
SAFE_SVG_PLUGIN_URL . 'dist/safe-svg-admin.js',
[ 'wp-data', 'utils' ],
SAFE_SVG_VERSION,
true
Expand Down

0 comments on commit a43b943

Please sign in to comment.