From cb924857b9f3e5cfd6a2d1d19086c67d4cb292d8 Mon Sep 17 00:00:00 2001 From: Kevin Raaijmakers Date: Mon, 11 Jun 2018 19:39:25 +0200 Subject: [PATCH] Theme Bootstrap: Fixed a ReferenceError of jQuery (#181) * Fixed a ReferenceError of jQuery which got accessed before the jQuery itself got imported. * Fixed ReferenceError $. Restructured the footer.php and moved the script which references to jQuery after the initial jQuery import. --- themes/bootstrap/footer.php | 88 +++++++++++++++++++------------------ 1 file changed, 45 insertions(+), 43 deletions(-) diff --git a/themes/bootstrap/footer.php b/themes/bootstrap/footer.php index 3efdde93..5cb65c2e 100644 --- a/themes/bootstrap/footer.php +++ b/themes/bootstrap/footer.php @@ -37,6 +37,50 @@ + + + + + + + + - - - - - - - - +