diff --git a/safesite/templates/examtestadd2.html b/safesite/templates/examtestadd2.html index 9bf68809..4a6afeb0 100644 --- a/safesite/templates/examtestadd2.html +++ b/safesite/templates/examtestadd2.html @@ -94,11 +94,11 @@ }) $("#tmfls").combotree({ - url: 'api/questioncat?a=tree', + url: 'api/questioncat?a=tree3', method: 'get', multiple: true, loadFilter: function (rows) { - return convert(rows); + return convert(rows, 'closed'); }, formatter: function (node) { var s = node.text;