Skip to content
Permalink
Browse files

Merge pull request #906 from GSA/bump-jquery-3-5-1

bump jquery to 3.5.1
  • Loading branch information
jbrown-xentity committed Oct 5, 2020
2 parents bd3065d + c8212cb commit 303dfd8cfb9e7ad64ecf54a32c20195a36f6552d
Showing with 1 addition and 1 deletion.
  1. +1 −1 roots-nextdatagov/lib/custom.php
@@ -133,7 +133,7 @@ function favicon()
//New function to update jquery to 3.1.1
function datagov_replace_core_jquery_version() {
wp_deregister_script( 'jquery' );
wp_register_script( 'jquery', 'https://code.jquery.com/jquery-3.4.1.min.js', false, null, false );
wp_register_script( 'jquery', 'https://code.jquery.com/jquery-3.5.1.min.js', false, null, false );
wp_deregister_script( 'jquery-migrate' );
wp_register_script( 'jquery-migrate', 'https://code.jquery.com/jquery-migrate-3.1.0.min.js', false, null, true );
wp_enqueue_script('jquery' );

0 comments on commit 303dfd8

Please sign in to comment.
You can’t perform that action at this time.