diff --git a/src/wp-content/themes/twentynineteen/functions.php b/src/wp-content/themes/twentynineteen/functions.php
index 79dfb7c..e94833c 100644
--- a/src/wp-content/themes/twentynineteen/functions.php
+++ b/src/wp-content/themes/twentynineteen/functions.php
@@ -231,6 +231,10 @@ function twentynineteen_scripts() {
 	if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) {
 		wp_enqueue_script( 'comment-reply' );
 	}
+
+	if ( is_admin_bar_showing() ) {
+		wp_enqueue_script( 'jquery' );
+	}
 }
 add_action( 'wp_enqueue_scripts', 'twentynineteen_scripts' );
 
