Skip to content

Commit

Permalink
js-cookie does not need to depend on jQuery (#14511)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeAlhayek authored Oct 15, 2023
1 parent 4dc8d06 commit 52f1b08
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,6 @@ ResourceManifest BuildManifest()

manifest
.DefineScript("js-cookie")
.SetDependencies("jQuery")
.SetUrl("~/OrchardCore.Resources/Scripts/js.cookie.min.js", "~/OrchardCore.Resources/Scripts/js.cookie.js")
.SetCdn("https://cdn.jsdelivr.net/npm/[email protected]/dist/js.cookie.min.js", "https://cdn.jsdelivr.net/npm/[email protected]/dist/js.cookie.js")
.SetCdnIntegrity("sha384-ETDm/j6COkRSUfVFsGNM5WYE4WjyRgfDhy4Pf4Fsc8eNw/eYEMqYZWuxTzMX6FBa", "sha384-wAGdUDEOVO9JhMpvNh7mkYd0rL2EM0bLb1+VY5R+jDfVBxYFJNfzkinHfbRfxT2s")
Expand Down

0 comments on commit 52f1b08

Please sign in to comment.