From 0afbfdd8c03ab4a64e3f29f423392e04482e0da6 Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Sat, 6 Jan 2018 19:19:15 +0100 Subject: [PATCH] fixed history.js librarie link --- sites/all/themes/custom/edlptheme/edlptheme.libraries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/all/themes/custom/edlptheme/edlptheme.libraries.yml b/sites/all/themes/custom/edlptheme/edlptheme.libraries.yml index 7b010e958..c6c7b905a 100644 --- a/sites/all/themes/custom/edlptheme/edlptheme.libraries.yml +++ b/sites/all/themes/custom/edlptheme/edlptheme.libraries.yml @@ -9,7 +9,7 @@ global-css: global-js: version: VERSION js: - bower_components/history.js/scripts/bundled/html4+html5/jquery.history.js: { scope: footer } + assets/dist/bower/jquery.history.js: { scope: footer } assets/dist/bower/jquery.hotkeys.js: { scope: footer } assets/dist/bower/jquery.overlayScrollbars.min.js: { scope: footer } assets/dist/scripts/main.min.js: { scope: footer }