Skip to content

Commit bef796b

Browse files
bradenmacdonaldnaincy128
authored andcommitted
revert: chore: upgrade jQuery UI to version 1.14.1 (openedx#37025) (openedx#37449)
This reverts commit e427078.
1 parent 5d464c4 commit bef796b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

common/static/js/vendor/jquery-ui.min.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/templates/xblock_v2/xblock_iframe.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
$.ajaxWithPrefix = $.ajax;
2525
</script>
2626
<!-- The Video XBlock requires "Slider" from jQuery-UI: -->
27-
<script src="https://code.jquery.com/ui/1.14.1/jquery-ui.min.js"></script>
27+
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js"></script>
2828
<!-- The video XBlock depends on Underscore.JS -->
2929
<script type="text/javascript" src="{{ lms_root_url }}/static/common/js/vendor/underscore.js"></script>
3030
<!-- The video XBlock depends on jquery-cookie -->

0 commit comments

Comments
 (0)