Commit 6c4f723c authored by Rafael Chaves Freitas's avatar Rafael Chaves Freitas
Browse files

fix featured-videos js url

parent 0147b3ca
......@@ -12,7 +12,7 @@ namespace widgets;
class FeaturedVideos extends \SiteOrigin_Widget {
function __construct() {
wp_enqueue_script('featured-videos', plugins_url(__DIR__ . '/pagebuilder-widgets/featured-videos/featured-videos.js'), ['jquery']);
wp_enqueue_script('featured-videos', plugins_url('/featured-videos.js', __FILE__), ['jquery']);
$fields = [
'header' => [
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment