chore: upgrade jQuery UI to version 1.14.1 (#37025)

This commit is contained in:
Luis Felipe Castaño
2025-10-08 12:33:53 -05:00
committed by GitHub
parent ed2e77ed82
commit e4270785b3
2 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@@ -24,7 +24,7 @@
$.ajaxWithPrefix = $.ajax;
</script>
<!-- The Video XBlock requires "Slider" from jQuery-UI: -->
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js"></script>
<script src="https://code.jquery.com/ui/1.14.1/jquery-ui.min.js"></script>
<!-- The video XBlock depends on Underscore.JS -->
<script type="text/javascript" src="{{ lms_root_url }}/static/common/js/vendor/underscore.js"></script>
<!-- The video XBlock depends on jquery-cookie -->