From d43a98c6235d00410fd7727cbbcf2cf06167a3e8 Mon Sep 17 00:00:00 2001 From: nbm Date: Thu, 8 Dec 2005 10:50:20 +0000 Subject: [PATCH] Use OptionTransfer in thirdpartyjs instead. --- templates/ktstandard/action/email.smarty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/ktstandard/action/email.smarty b/templates/ktstandard/action/email.smarty index ac9d738..c35d8bb 100644 --- a/templates/ktstandard/action/email.smarty +++ b/templates/ktstandard/action/email.smarty @@ -1,7 +1,7 @@ {$context->oPage->requireJSResource('thirdpartyjs/MochiKit/Base.js')} {$context->oPage->requireJSResource("thirdpartyjs/MochiKit/Iter.js")} {$context->oPage->requireJSResource("thirdpartyjs/MochiKit/DOM.js")} -{$context->oPage->requireJSResource("presentation/lookAndFeel/knowledgeTree/js/OptionTransfer.js")} +{$context->oPage->requireJSResource("thirdpartyjs/OptionTransfer.js")} {capture assign=sJavascript} {literal} -- libgit2 0.21.4