Skip to content

Commit

Permalink
fix: comentando o js que gera o botão gerar link
Browse files Browse the repository at this point in the history
  • Loading branch information
lucastgama committed Sep 16, 2024
1 parent 907271e commit 44533c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/FrontendFilesLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public static function adminFiles()
wp_register_style('vindi_woocommerce_admin_style', plugins_url('/assets/css/admin.css', plugin_dir_path(__FILE__)), array(), VINDI_VERSION);
wp_enqueue_style('vindi_woocommerce_admin_style');
wp_enqueue_script("vindi_products", plugins_url('/assets/js/product.js', plugin_dir_path(__FILE__)));
wp_register_script('vindi_woocommerce_edit_js', $dir_path, array('jquery'), VINDI_VERSION, true);
// wp_register_script('vindi_woocommerce_edit_js', $dir_path, array('jquery'), VINDI_VERSION, true);
wp_enqueue_script('vindi_woocommerce_edit_js');
}
public static function frontendFiles()
Expand Down

0 comments on commit 44533c2

Please sign in to comment.