Skip to content
Snippets Groups Projects

Remove 'x's

Files

+ 0
2
@@ -601,7 +601,6 @@ this.transformation = new function () {
var xsl = await transformation.retrieveXsltScript("property.xsl");
insertParam(xsl, "filesystempath", connection.getBasePath() + "FileSystem/");
insertParam(xsl, "entitypath", connection.getBasePath() + "Entity/");
insertParam(xsl, "close-char", '×');
var entityXsl = await transformation.retrieveXsltScript('entity.xsl');
var messageXsl = await transformation.retrieveXsltScript('messages.xsl');
var commonXsl = await transformation.retrieveXsltScript('common.xsl');
@@ -628,7 +627,6 @@ this.transformation = new function () {
var xslt = transformation.mergeXsltScripts(entityXsl, [errorXsl, commonXsl]);
insertParam(xslt, "filesystempath", connection.getBasePath() + "FileSystem/");
insertParam(xslt, "entitypath", connection.getBasePath() + "Entity/");
insertParam(xslt, "close-char", '×');
xslt = injectTemplate(xslt, _root);
return xslt;
}
Loading