Skip to content

Commit

Permalink
Merge pull request #5238 from bdukes/jqueryui-fix
Browse files Browse the repository at this point in the history
Fix wrong file name for jQuery UI
  • Loading branch information
valadas authored Aug 24, 2022
2 parents 3697c53 + 96464fd commit 3230720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DNN Platform/JavaScript Libraries/jQueryUI/jQueryUI.dnn
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<component type="JavaScript_Library">
<javaScriptLibrary>
<libraryName>jQuery-UI</libraryName>
<fileName>jquery-ui.js</fileName>
<fileName>jquery-ui.min.js</fileName>
<CDNPath>https://ajax.googleapis.com/ajax/libs/jqueryui/1.13.2/jquery-ui.min.js</CDNPath>
</javaScriptLibrary>
</component>
Expand Down

0 comments on commit 3230720

Please sign in to comment.