diff --git a/htdocs/wp-content/themes/lawcarta/functions.php b/htdocs/wp-content/themes/lawcarta/functions.php index ec20d90..aff19ac 100644 --- a/htdocs/wp-content/themes/lawcarta/functions.php +++ b/htdocs/wp-content/themes/lawcarta/functions.php @@ -59,7 +59,7 @@ function lawcarta_fonts_url() { add_action('wp_enqueue_scripts', function () { wp_enqueue_style('lawcarta-fonts', lawcarta_fonts_url(), array(), null); - wp_enqueue_script('custom-jquery', '//code.jquery.com/jquery-2.2.4.min.js', [], null, true); + wp_enqueue_script('custom-jquery', '//code.jquery.com/jquery-2.2.4.min.js', [], null); wp_enqueue_style('bootstrap', '//stackpath.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css', ['lawcarta-fonts'], null); wp_enqueue_script('bootstrap', '//stackpath.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js', ['custom-jquery'], null, true);