@@ -634,7 +634,7 @@ public function enqueue() {
634634 wp_style_add_data ( 'tiobObd ' , 'rtl ' , 'replace ' );
635635 wp_enqueue_style ( 'tiobObd ' );
636636
637- wp_register_script ( 'tiobObd ' , TIOB_URL . 'onboarding/build/index.js ' , array_merge ( $ onboarding_dependencies ['dependencies ' ], array ( 'updates ' ) ), $ onboarding_dependencies ['version ' ], true );
637+ wp_register_script ( 'tiobObd ' , TIOB_URL . 'onboarding/build/index.js ' , array_merge ( $ onboarding_dependencies ['dependencies ' ], array ( 'updates ' , ' regenerator-runtime ' ) ), $ onboarding_dependencies ['version ' ], true );
638638 wp_localize_script ( 'tiobObd ' , 'tiobDash ' , apply_filters ( 'neve_dashboard_page_data ' , $ this ->get_localization () ) );
639639 wp_enqueue_script ( 'tiobObd ' );
640640
@@ -667,7 +667,7 @@ public function enqueue() {
667667 wp_style_add_data ( 'tiob ' , 'rtl ' , 'replace ' );
668668 wp_enqueue_style ( 'tiob ' );
669669
670- wp_register_script ( 'tiob ' , TIOB_URL . 'assets/build/app.js ' , array_merge ( $ dependencies ['dependencies ' ], array ( 'updates ' ) ), $ dependencies ['version ' ], true );
670+ wp_register_script ( 'tiob ' , TIOB_URL . 'assets/build/app.js ' , array_merge ( $ dependencies ['dependencies ' ], array ( 'updates ' , ' regenerator-runtime ' ) ), $ dependencies ['version ' ], true );
671671 $ tiob_dash = apply_filters ( 'neve_dashboard_page_data ' , $ this ->get_localization () );
672672 if ( $ is_tiob_page ) {
673673 $ tiob_dash ['hideStarterSites ' ] = true ;
0 commit comments