diff --git a/src/facilities/incubator/incubatorInteract.js b/src/facilities/incubator/incubatorInteract.js index a56943dfd9a528dbbde10c27cf181e20deecbb88..c968d3f9b97f5341f5f9539fa875e299318fa8b0 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()); } }