Skip to content

Commit

Permalink
Adding jQuery as a dependency. (OrchardCMS#15183)
Browse files Browse the repository at this point in the history
  • Loading branch information
Psichorex authored and urbanit committed Mar 18, 2024
1 parent d5e8d48 commit 4038f82
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 4038f82

Please sign in to comment.