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

Merge branch 'fix-resting-count' into 'pregmod-master'

fix resting count

Closes #660

See merge request !4231
parents f48cb313 6ff2eb2f
No related branches found
No related tags found
No related merge requests found
...@@ -241,6 +241,7 @@ window.removeActiveSlave = function removeActiveSlave() { ...@@ -241,6 +241,7 @@ window.removeActiveSlave = function removeActiveSlave() {
removeSlave(INDEX); removeSlave(INDEX);
LENGTH--; LENGTH--;
V.activeSlave = 0; V.activeSlave = 0;
V.JobIDArray = resetJobIDArray(); /* need to call this once more to update count of resting slaves*/
} }
}; };
......
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