From bb642fad108c9248700d7bb158c44d4da27be1e3 Mon Sep 17 00:00:00 2001 From: "stefan.korn" <stefan.korn@1942204.no-reply.drupal.org> Date: Sun, 3 Nov 2019 21:39:30 -0500 Subject: [PATCH] Issue #3089336 by stefan.korn: Path to local popper.js should be changed to reflect default install path --- subtheme/bootstrap_barrio_subtheme.libraries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subtheme/bootstrap_barrio_subtheme.libraries.yml b/subtheme/bootstrap_barrio_subtheme.libraries.yml index fc373d0..0b6c981 100644 --- a/subtheme/bootstrap_barrio_subtheme.libraries.yml +++ b/subtheme/bootstrap_barrio_subtheme.libraries.yml @@ -8,7 +8,7 @@ global-styling: css/colors.css: {} bootstrap: js: - /libraries/popper/popper.min.js: {} + /libraries/popper.js/dist/umd/popper.min.js: {} /libraries/bootstrap/dist/js/bootstrap.min.js: {} css: component: -- GitLab