diff --git a/lib/Config/Widget.php b/lib/Config/Widget.php index 37f01b537a..0cbd4f84b2 100644 --- a/lib/Config/Widget.php +++ b/lib/Config/Widget.php @@ -105,7 +105,7 @@ class Widget { wp_enqueue_script( 'mailpoet_public', Env::$assets_url . '/js/' . $this->renderer->getJsAsset('public.js'), - array(), + array('jquery'), Env::$version, true );