mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Removing references to non-existing scripts from Orchard.Templates
This commit is contained in:
@@ -9,8 +9,9 @@
|
||||
Script.Include("codemirror/mode/css/css.js");
|
||||
Script.Include("codemirror/mode/htmlmixed/htmlmixed.js");
|
||||
Script.Include("codemirror/mode/htmlembedded/htmlembedded.js");
|
||||
Script.Include("template-editor.js", "template-editor.min.js");
|
||||
Script.Include("template-editor.js");
|
||||
}
|
||||
|
||||
<fieldset>
|
||||
<div>
|
||||
@Html.LabelFor(m => m.Name, T("Name"))
|
||||
|
@@ -9,7 +9,7 @@
|
||||
Script.Include("codemirror/mode/css/css.js");
|
||||
Script.Include("codemirror/mode/htmlmixed/htmlmixed.js");
|
||||
Script.Include("codemirror/mode/htmlembedded/htmlembedded.js");
|
||||
Script.Include("template-editor.js", "template-editor.min.js");
|
||||
Script.Include("template-editor.js");
|
||||
}
|
||||
<fieldset>
|
||||
<div>
|
||||
|
Reference in New Issue
Block a user