mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
#19874: Reversing script inclusion order between workflows scripts to prevent a potential "undefined" error.
Work Item: 19874 --HG-- branch : 1.x
This commit is contained in:
@@ -8,11 +8,10 @@
|
||||
Style.Require("WorkflowsActivities");
|
||||
Style.Require("jQueryUI_Orchard");
|
||||
Script.Require("jsPlumb");
|
||||
Script.Include("orchard-workflows.js").AtFoot();
|
||||
Script.Include("orchard-workflows-serialize.js").AtFoot();
|
||||
Script.Include("orchard-workflows.js").AtFoot();
|
||||
}
|
||||
|
||||
|
||||
@using (Html.BeginFormAntiForgeryPost("Edit")) {
|
||||
@Html.ValidationSummary()
|
||||
|
||||
|
Reference in New Issue
Block a user