Skip to content

Commit d692766

Browse files
fix: use new basePath for EpicEditor
1 parent b55efc2 commit d692766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site-root/js/pages/event-edit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
markdownEditor = new EpicEditor({
1414
container: $markdownEditorCt.get(0),
1515
autogrow: true,
16-
basePath: '/lib/epiceditor',
16+
basePath: '/css/lib/epiceditor',
1717
theme: {
1818
preview: '/themes/preview/cfa.css'
1919
}

0 commit comments

Comments
 (0)