cockpit/js/instance.js in cpee-2.0.19 vs cockpit/js/instance.js in cpee-2.0.20

- old
+ new

@@ -836,10 +836,9 @@ $('testset > description',testset).append($('testset > dslx',testset).children()); $('testset > transformation',testset).remove(); $('testset > dsl',testset).remove(); $('testset > dslx',testset).remove(); $('testset > attributes > uuid',testset).remove(); - $('testset > attributes > theme',testset).remove(); testset.append($X('<transformation xmlns="http://cpee.org/ns/properties/2.0"><description type="copy"/><dataelements type="none"/><endpoints type="none"/></transformation>')); var name = $('testset > attributes > info',testset).text(); $('[xmlns]',testset).each((idx,ele) => { if (ele.parentNode.namespaceURI == ele.getAttribute('xmlns')) { ele.removeAttribute('xmlns');