Removing references to non-existing scripts from Orchard.Templates

This commit is contained in:
Lombiq
2014-06-10 01:14:34 +02:00
committed by Zoltán Lehóczky
parent eaab7139ed
commit 941eb3bfe3
2 changed files with 3 additions and 2 deletions

View File

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

View File

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