Revert "Add Unity Web Player detection"

This reverts commit 696e3715fe.
This commit is contained in:
gcatt
2013-07-01 10:11:20 +02:00
parent 696e3715fe
commit f6ebe9fac0
9 changed files with 0 additions and 105 deletions

View File

@@ -24,7 +24,6 @@ var ZombiesMgr = function(zombies_tree_lists) {
var domain = zombie_array[index]["domain"];
var port = zombie_array[index]["port"];
var has_flash = zombie_array[index]["has_flash"];
var has_unity = zombie_array[index]["has_unity"];
var has_web_sockets = zombie_array[index]["has_web_sockets"];
var has_googlegears = zombie_array[index]["has_googlegears"];
var has_java = zombie_array[index]["has_java"];
@@ -49,7 +48,6 @@ var ZombiesMgr = function(zombies_tree_lists) {
balloon_text+= "<br/>Hardware: " + hw_name;
balloon_text+= "<br/>Domain: " + domain + ":" + port;
balloon_text+= "<br/>Flash: " + has_flash;
balloon_text+= "<br/>Unity Web Player: " + has_unity;
balloon_text+= "<br/>Java: " + has_java;
balloon_text+= "<br/>Web Sockets: " + has_web_sockets;
balloon_text+= "<br/>WebRTC: " + has_webrtc;