diff --git a/templates/ktcore/document/add.smarty b/templates/ktcore/document/add.smarty index d8d3c9d..6b23f70 100644 --- a/templates/ktcore/document/add.smarty +++ b/templates/ktcore/document/add.smarty @@ -12,6 +12,7 @@ var fetching = null; function swapInItem(req) { var cp = getElement(fetching); cp.innerHTML = req.responseText; + initialiseConditionalFieldsets(); } function xmlFailure(err) {