From 20ecef86d29baca2accba9c0ac6b9a154976b2b8 Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Mon, 19 Oct 2020 11:05:56 -0400 Subject: [PATCH] link fix --- src/facilities/incubator/incubatorInteract.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/facilities/incubator/incubatorInteract.js b/src/facilities/incubator/incubatorInteract.js index 53fdbed14db..1fc92aba877 100644 --- a/src/facilities/incubator/incubatorInteract.js +++ b/src/facilities/incubator/incubatorInteract.js @@ -1547,7 +1547,7 @@ App.UI.incubator = function() { p.append(row); el.append(p); } - + p = document.createElement("p"); row = document.createElement("div"); if (V.incubatorImprintSetting === "terror") { @@ -1656,6 +1656,7 @@ App.UI.incubator = function() { ) ); App.UI.DOM.appendNewElement("span", row, ` Use a noun or similar short phrase`, "note"); + el.append(row); return el; @@ -1674,8 +1675,8 @@ App.UI.incubator = function() { return App.UI.DOM.link( title, () => { - func; - refresh; + func(); + refresh(); } ); } -- GitLab