From 3f80ca926b3a442fb3bdeec2be638b11aa079ab1 Mon Sep 17 00:00:00 2001 From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de> Date: Fri, 26 Jun 2020 09:02:27 +0000 Subject: [PATCH] Update footer.php- removed conflicting bootstrap script definition --- mymodule/themes/fancytheme/default/includes/footer.php | 1 - 1 file changed, 1 deletion(-) diff --git a/mymodule/themes/fancytheme/default/includes/footer.php b/mymodule/themes/fancytheme/default/includes/footer.php index 36b75fc..f9da9a2 100644 --- a/mymodule/themes/fancytheme/default/includes/footer.php +++ b/mymodule/themes/fancytheme/default/includes/footer.php @@ -6,7 +6,6 @@ if (!empty($this->data['htmlinject']['htmlContentPost'])) { } ?> - <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script> <script src="/js/headfoot.js"></script> -- GitLab