Skip to content

Commit

Permalink
releases.jquery.com: upgrade jquery-ui to 1.13.2 (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
timmywil committed Jul 7, 2023
1 parent 5e2dd48 commit 2e363c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/releases.jquery.com/page.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
wp_enqueue_style('jquery-ui', 'https://code.jquery.com/ui/1.13.0/themes/ui-lightness/jquery-ui.css');
wp_enqueue_style('jquery-ui', 'https://code.jquery.com/ui/1.13.2/themes/ui-lightness/jquery-ui.css');
wp_enqueue_style('sri-modal', get_template_directory_uri() . '/css/sri-modal.css');

wp_enqueue_script('jquery-ui', 'https://code.jquery.com/ui/1.13.0/jquery-ui.min.js');
wp_enqueue_script('jquery-ui', 'https://code.jquery.com/ui/1.13.2/jquery-ui.min.js');
wp_enqueue_script('clipboard-polyfill', get_template_directory_uri() . '/js/clipboard-polyfill.js');
wp_enqueue_script('sri-modal', get_template_directory_uri() . '/js/sri-modal.js');
?>
Expand Down

0 comments on commit 2e363c4

Please sign in to comment.