mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Making some more script includes consistent by explicitly adding AtFoot() where it was implied, in Workflows
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
Style.Require("WorkflowsAdmin");
|
||||
Style.Require("WorkflowsActivities");
|
||||
Style.Require("jQueryUI_Orchard");
|
||||
Script.Require("jsPlumb");
|
||||
Script.Require("jsPlumb").AtFoot();
|
||||
Script.Include("orchard-workflows-serialize.js").AtFoot();
|
||||
Script.Include("orchard-workflows.js").AtFoot();
|
||||
}
|
||||
|
@@ -1,6 +1,6 @@
|
||||
@{
|
||||
Layout.Title = @T("Edit Activity");
|
||||
Script.Include("orchard-workflows-serialize.js");
|
||||
Script.Include("orchard-workflows-serialize.js").AtFoot();
|
||||
}
|
||||
|
||||
@Html.ValidationSummary()
|
||||
|
Reference in New Issue
Block a user