Skip to content

Commit

Permalink
fixed - appCssUrl to prevent 404
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveJonesDev committed Jan 23, 2024
1 parent d04244a commit d6a8040
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 @@ -154,7 +154,7 @@ function edac_enqueue_scripts() {
'edacUrl' => esc_url_raw( get_site_url() ),
'ajaxurl' => admin_url( 'admin-ajax.php' ),
'loggedIn' => is_user_logged_in(),
'appCssUrl' => plugin_dir_url( __DIR__ ) . 'build/css/frontendHighlighterApp.css?ver=' . EDAC_VERSION,
'appCssUrl' => EDAC_PLUGIN_URL . 'build/css/frontendHighlighterApp.css?ver=' . EDAC_VERSION,
)
);

Expand Down

0 comments on commit d6a8040

Please sign in to comment.