Fix status bar

This commit is contained in:
Brendan Coles
2015-11-28 01:47:13 +00:00
parent 27c7e76554
commit b8b99ed044

View File

@@ -12,7 +12,7 @@ ZombieTab_Rtc = function(zombie) {
var zombie_id = beefwui.get_hb_id(zombie.session);
// The status bar.
var commands_statusbar = new Beef_StatusBar('network-bbar-zombie-'+zombie.session);
var commands_statusbar = new Beef_StatusBar('webtrc-bbar-zombie-'+zombie.session);
// RESTful API token
var token = beefwui.get_rest_token();