Skip to content

Commit

Permalink
Remove mde.js (#8046)
Browse files Browse the repository at this point in the history
It is now bundled inside mde.mediatoolbar.js
  • Loading branch information
Skrypt authored Dec 17, 2020
1 parent d8f5f9f commit 9457d1b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
var culture = await Orchard.GetContentCultureAsync(Model.MarkdownBodyPart.ContentItem);
}

<script asp-name="mde" depends-on="admin" asp-src="~/OrchardCore.Markdown/Scripts/mde.min.js" at="Foot"></script>
<style asp-name="codemirror"></style>
<style asp-name="mdecss" asp-src="~/OrchardCore.Markdown/Styles/mde.min.css" debug-src="~/OrchardCore.Markdown/Styles/mde.css"></style>

Expand Down

0 comments on commit 9457d1b

Please sign in to comment.