|
@@ -134,7 +134,7 @@ function deel_breadcrumbs(){
|
|
|
function footerScript() {
|
|
|
if ( !is_admin() ) {
|
|
|
wp_deregister_script( 'jquery' );
|
|
|
- wp_register_script( 'jquery','http://libs.baidu.com/jquery/1.8.3/jquery.min.js', false,'1.0');
|
|
|
+ wp_register_script( 'jquery','https://code.jquery.com/jquery-1.8.3.min.js', false,'1.0');
|
|
|
wp_enqueue_script( 'jquery' );
|
|
|
wp_register_script( 'default', get_template_directory_uri() . '/js/jquery.js', false, '1.0', dopt('d_jquerybom_b') ? true : false );
|
|
|
wp_enqueue_script( 'default' );
|