From 2e4dc05012f5867e1fcaf36c864d9b35d638929f Mon Sep 17 00:00:00 2001 From: nbm Date: Tue, 18 Oct 2005 12:12:53 +0000 Subject: [PATCH] When document type is changed, initialise any new conditional fieldsets that might be there. --- templates/ktcore/document/add.smarty | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) 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) { -- libgit2 0.21.4