Skip to content
Snippets Groups Projects
Commit 3fbe823b authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'fix' into 'pregmod-master'

Typo

See merge request pregmodfan/fc-pregmod!6156
parents dd36df56 4294dfb5
No related branches found
No related tags found
No related merge requests found
...@@ -130,7 +130,7 @@ App.Arcology.Cell.Penthouse = class extends App.Arcology.Cell.BaseCell { ...@@ -130,7 +130,7 @@ App.Arcology.Cell.Penthouse = class extends App.Arcology.Cell.BaseCell {
function createFacilityDiv(link, ...content) { function createFacilityDiv(link, ...content) {
const div = document.createElement("div"); const div = document.createElement("div");
div.append(link); div.append(link);
// in collapsed mode addtional information needs to be in it's own div to stop linebreaks at weird places // in collapsed mode additional information needs to be in it's own div to stop linebreaks at weird places
if (V.verticalizeArcologyLinks === 0) { if (V.verticalizeArcologyLinks === 0) {
div.classList.add("collapsed"); div.classList.add("collapsed");
div.append(" ", ...content); div.append(" ", ...content);
......
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