From f3f0c070bdf014e488335b7158d09ba11ce17c69 Mon Sep 17 00:00:00 2001 From: "scotty.b.brown@gmail.com" Date: Tue, 28 Jun 2011 09:57:55 +0000 Subject: [PATCH] Prep for #144 git-svn-id: https://beef.googlecode.com/svn/trunk@1037 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- .../admin_ui/media/javascript/ui/panel/zombiesTreeList.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/extensions/admin_ui/media/javascript/ui/panel/zombiesTreeList.js b/extensions/admin_ui/media/javascript/ui/panel/zombiesTreeList.js index 38d3f80d6..500c0acc7 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/zombiesTreeList.js +++ b/extensions/admin_ui/media/javascript/ui/panel/zombiesTreeList.js @@ -289,6 +289,10 @@ Ext.extend(zombiesTreeList, Ext.tree.TreePanel, { eval('this.'+branch_type+'_hooked_browsers_array = hooked_browser_array'); } } + + if(new_set_zombies_sessions.indexOf(hb_session)!=-1) { + // TODO #144 if the hb does exist in both the tree and the new set of HBs received - check the HB details in the tree and update where necessary(new IP address etc). + } }, this); }, this); },