Skip to content

Commit

Permalink
* fixed themeroot error of kindeditor.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Mar 20, 2014
1 parent 050203f commit 845b62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/common/view/kindeditor.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function initKindeditor(afterInit)
var K = KindEditor, $editor = $('#' + editorID);
keEditor = K.create('#' + editorID,
{
cssPath:[v.themeRoot + 'zui/css/min.css'],
cssPath:[themeRoot + 'zui/css/min.css'],
width:'100%',
items:editorTool,
filterMode: true,
Expand Down

0 comments on commit 845b62e

Please sign in to comment.