From e43f5f48313a4cf50fa8b30f3bfe32f027bdbf23 Mon Sep 17 00:00:00 2001 From: bshuttle Date: Fri, 2 Dec 2005 11:21:50 +0000 Subject: [PATCH] yet-another-conditional-fix. --- templates/ktcore/widget_fieldset_conditional.smarty | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/ktcore/widget_fieldset_conditional.smarty b/templates/ktcore/widget_fieldset_conditional.smarty index 76a8419..8cb99ac 100644 --- a/templates/ktcore/widget_fieldset_conditional.smarty +++ b/templates/ktcore/widget_fieldset_conditional.smarty @@ -4,8 +4,10 @@ {$context->oPage->requireJSResource("thirdpartyjs/MochiKit/Async.js")} {capture assign=sJS} +var innerUrl = {$rootUrl}; {literal} -var baseUrl = "/presentation/lookAndFeel/knowledgeTree/ajaxConditional.php"; + +var baseUrl = innerUrl + "/presentation/lookAndFeel/knowledgeTree/ajaxConditional.php"; var undoStack = Array(); /* handle the conditional field changes. -- libgit2 0.21.4