Skip to content

Commit 0129776

Browse files
fix: update epiceditor include path
1 parent 9b16d90 commit 0129776

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

html-templates/events/eventEdit.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
{block js-bottom}
66
{$dwoo.parent}
7-
{jsmin "epiceditor.js"}
7+
{jsmin "lib/epiceditor.js"}
88
{jsmin "pages/event-edit.js"}
99
{/block}
1010

html-templates/events/eventSegmentEdit.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
{block js-bottom}
66
{$dwoo.parent}
7-
{jsmin "epiceditor.js"}
7+
{jsmin "lib/epiceditor.js"}
88
{jsmin "pages/event-edit.js"}
99
{/block}
1010

0 commit comments

Comments
 (0)