From 97478a42a6cd229ec22f5603c55170f7c4521166 Mon Sep 17 00:00:00 2001 From: labboy0276 <labboy0276@2397942.no-reply.drupal.org> Date: Mon, 30 Apr 2018 11:02:18 -0500 Subject: [PATCH] Issue #2967944 by labboy0276: Anonymous Users See Uncaught ReferenceError: Drupal is not defined In console --- bootstrap_barrio.libraries.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrap_barrio.libraries.yml b/bootstrap_barrio.libraries.yml index fba2517..71c7c69 100644 --- a/bootstrap_barrio.libraries.yml +++ b/bootstrap_barrio.libraries.yml @@ -38,6 +38,9 @@ global-styling: css/components/ui-dialog.css: {} theme: css/print.css: { media: print } + dependencies: + - core/jquery + - core/drupal affix: version: VERSION -- GitLab