From 5a2e71a679f408836797aaac9b4ac3019022dade Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Mon, 19 Oct 2020 19:32:19 -0400 Subject: [PATCH] kabab --- src/facilities/incubator/incubatorInteract.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/facilities/incubator/incubatorInteract.js b/src/facilities/incubator/incubatorInteract.js index a56943dfd9a..c968d3f9b97 100644 --- a/src/facilities/incubator/incubatorInteract.js +++ b/src/facilities/incubator/incubatorInteract.js @@ -36,7 +36,7 @@ App.UI.incubator = function() { el.append(App.UI.tabBar.makeTab('mothers', makeSpanIded("content-mothers", mothers()))); el.append(App.UI.tabBar.makeTab('pc', makeSpanIded("content-pc", PC()))); - el.append(App.UI.tabBar.makeTab('tanks', makeSpanIded("content-tankBabies", tankBabies()))); + el.append(App.UI.tabBar.makeTab('tanks', makeSpanIded("content-tank-babies", tankBabies()))); el.append(App.UI.tabBar.makeTab('settings', makeSpanIded("content-tank-settings", tankSettings()))); introSpan.after(release()); // run me late. @@ -1120,7 +1120,7 @@ App.UI.incubator = function() { return el; function refresh() { - jQuery("#content-tankBabies").empty().append(tankBabies()); + jQuery("#content-tank-babies").empty().append(tankBabies()); jQuery("#content-intro").empty().append(intro()); } } -- GitLab