Skip to content

Commit

Permalink
Fix - Missing file path
Browse files Browse the repository at this point in the history
  • Loading branch information
MILAN88888 committed Jun 28, 2024
1 parent e983d35 commit 085ab88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/blocks/class-evf-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function enqueue_block_editor_assets() {
'everest-forms-shortcode-embed-form',
evf()->plugin_url() . '/assets/js/admin/shortcode-form-embed.js',
array( 'wp-blocks', 'wp-element', 'wp-i18n', 'wp-components', 'wp-dom-ready', 'wp-edit-post', 'jquery', 'jquery-blockui', 'jquery-ui-sortable', 'jquery-ui-widget', 'jquery-ui-core', 'tooltipster', 'wp-color-picker', 'perfect-scrollbar' ),
defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? filemtime( evf()->plugin_path() . '/assets/js/admin/gutenberg/shortcode-form-embed.js' ) : EVF_VERSION,
defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? filemtime( evf()->plugin_path() . '/assets/js/admin/shortcode-form-embed.js' ) : EVF_VERSION,
true
);
$form_block_data = array(
Expand Down

0 comments on commit 085ab88

Please sign in to comment.