Skip to content

Commit

Permalink
Adding jQuery as a dependency. (#15183)
Browse files Browse the repository at this point in the history
  • Loading branch information
Psichorex authored and hishamco committed Feb 1, 2024
1 parent f802a29 commit 1a3d3f1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ static ResourceManagementOptionsConfiguration()
_manifest
.DefineScript("contentpreview-edit")
.SetUrl("~/OrchardCore.ContentPreview/Scripts/contentpreview.edit.min.js", "~/OrchardCore.ContentPreview/Scripts/contentpreview.edit.js")
.SetDependencies("jQuery")
.SetVersion("1.0.0");
}

Expand Down

0 comments on commit 1a3d3f1

Please sign in to comment.