Skip to content
Snippets Groups Projects
Commit fe8e509d authored by brickode's avatar brickode
Browse files

Bugfix

parent db8a1632
No related branches found
No related tags found
1 merge request!7285Farmyard DOMification
...@@ -340,10 +340,8 @@ App.Facilities.Farmyard.farmyard = function() { ...@@ -340,10 +340,8 @@ App.Facilities.Farmyard.farmyard = function() {
})); }));
} }
if (farmMenials) { linksDiv.append(App.UI.DOM.generateLinksStrip(links));
linksDiv.append(App.UI.DOM.generateLinksStrip(links)); frag.append(linksDiv);
frag.append(linksDiv);
}
return frag; return frag;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment