diff --git a/Oqtane.Client/Modules/HtmlText/Edit.razor b/Oqtane.Client/Modules/HtmlText/Edit.razor index c0051048..f901d693 100644 --- a/Oqtane.Client/Modules/HtmlText/Edit.razor +++ b/Oqtane.Client/Modules/HtmlText/Edit.razor @@ -29,10 +29,7 @@ new Resource { ResourceType = ResourceType.Stylesheet, Url = ModulePath() + "Module.css" }, // the following resources should be declared in the RichTextEditor component however the framework currently only supports resource management for modules and themes new Resource { ResourceType = ResourceType.Stylesheet, Url = "css/quill/quill1.3.6.bubble.css" }, - new Resource { ResourceType = ResourceType.Stylesheet, Url = "css/quill/quill1.3.6.snow.css" }, - //new Resource { ResourceType = ResourceType.Script, Url = "js/quill1.3.6.min.js" }, - //new Resource { ResourceType = ResourceType.Script, Url = "js/quill-blot-formatter.min.js" }, - //new Resource { ResourceType = ResourceType.Script, Url = "js/quill-interop.js" } + new Resource { ResourceType = ResourceType.Stylesheet, Url = "css/quill/quill1.3.6.snow.css" } }; private RichTextEditor RichTextEditorHtml;