GUI - fix the "It's Alive!" bug.
Change-Id: Id1f17d9b7e84de73ab4acae4834a0b186f800235
Showing
1 changed file
with
0 additions
and
3 deletions
| ... | @@ -519,9 +519,6 @@ | ... | @@ -519,9 +519,6 @@ |
| 519 | // exiting node specifics: | 519 | // exiting node specifics: |
| 520 | exiting.filter('.host').each(td3.hostExit); | 520 | exiting.filter('.host').each(td3.hostExit); |
| 521 | exiting.filter('.device').each(td3.deviceExit); | 521 | exiting.filter('.device').each(td3.deviceExit); |
| 522 | - | ||
| 523 | - // finally, resume the force layout | ||
| 524 | - fResume(); | ||
| 525 | } | 522 | } |
| 526 | 523 | ||
| 527 | // ========================== | 524 | // ========================== | ... | ... |
-
Please register or login to post a comment