forked from LiveCarta/LiveCartaWP
fix top menu loading
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user