Removed code in tree synchronisation that removes anchor tag containing node name for certain nodes

This commit is contained in:
AndyButland
2015-01-18 21:13:24 +01:00
parent 7a644b6681
commit 17906b505d

View File

@@ -88,10 +88,6 @@ angular.module("umbraco.directives")
element.find("a:first").html(node.name);
if (!node.menuUrl) {
element.find("a:last").remove();
}
if (node.style) {
element.find("i:first").attr("style", node.style);
}