#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:
Sipke Schoorstra
2013-07-07 13:39:48 +02:00
parent f675a1a130
commit 5e496b6a6b

View File

@@ -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()