Skip to content
Snippets Groups Projects
Commit e59f6a31 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

remove old

parent 225a53ec
No related branches found
No related tags found
1 merge request!8432Slave feeding to js
......@@ -3,7 +3,8 @@
* @param {App.Entity.SlaveState} slave
*/
App.UI.SlaveInteract.slaveOnSlaveFeedingSelection = function(slave) {
const el = new DocumentFragment();
const el = document.createElement("span");
el.id = "scene";
el.append(intro());
......@@ -96,13 +97,11 @@ App.UI.SlaveInteract.slaveOnSlaveFeedingSelection = function(slave) {
App.UI.DOM.link(
tapSlave.slaveName,
() => {
V.milkTap = tapSlave;
slave.inflation = inflation;
slave.inflationType = inflationType;
slave.inflationMethod = 3;
jQuery("#scene").empty().append(FSlaveFeed(slave, tapSlave));
},
[],
"FSlaveFeed"
)
);
const relTerm = relativeTerm(slave, tapSlave);
......
This diff is collapsed.
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