Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
- force debug off
  • Loading branch information
matt committed Dec 19, 2023
1 parent a113199 commit 3e230ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions includes/enqueue-scripts.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ function edac_admin_enqueue_scripts() {
$debug = false;
}

// Force debug off.
$debug = false;

wp_enqueue_script( 'edac-editor-app', plugin_dir_url( __DIR__ ) . 'build/editorApp.bundle.js', false, EDAC_VERSION, false );

wp_localize_script(
Expand Down

0 comments on commit 3e230ff

Please sign in to comment.