diff --git a/module/common/view/kindeditor.html.php b/module/common/view/kindeditor.html.php
index 28cb99890e..10358ab0ed 100755
--- a/module/common/view/kindeditor.html.php
+++ b/module/common/view/kindeditor.html.php
@@ -2,7 +2,6 @@
moduleName;
$method = $this->methodName;
-js::set('themeRoot', $themeRoot);
if(!isset($config->$module->editor->$method)) return;
$editor = $config->$module->editor->$method;
$editor['id'] = explode(',', $editor['id']);
@@ -11,62 +10,71 @@ $editorLang = isset($editorLangs[$app->getClientLang()]) ? $editorLangs[$app->
/* set uid for upload. */
$uid = uniqid('');
-js::set('kuid', $uid);
?>
-
-
+
+