Commit e43f5f48313a4cf50fa8b30f3bfe32f027bdbf23
1 parent
43e02466
yet-another-conditional-fix.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4313 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
3 additions
and
1 deletions
templates/ktcore/widget_fieldset_conditional.smarty
| @@ -4,8 +4,10 @@ | @@ -4,8 +4,10 @@ | ||
| 4 | {$context->oPage->requireJSResource("thirdpartyjs/MochiKit/Async.js")} | 4 | {$context->oPage->requireJSResource("thirdpartyjs/MochiKit/Async.js")} |
| 5 | 5 | ||
| 6 | {capture assign=sJS} | 6 | {capture assign=sJS} |
| 7 | +var innerUrl = {$rootUrl}; | ||
| 7 | {literal} | 8 | {literal} |
| 8 | -var baseUrl = "/presentation/lookAndFeel/knowledgeTree/ajaxConditional.php"; | 9 | + |
| 10 | +var baseUrl = innerUrl + "/presentation/lookAndFeel/knowledgeTree/ajaxConditional.php"; | ||
| 9 | var undoStack = Array(); | 11 | var undoStack = Array(); |
| 10 | 12 | ||
| 11 | /* handle the conditional field changes. | 13 | /* handle the conditional field changes. |