From 95f2b90d9a87b33fc720cb6dec406e7a274aec41 Mon Sep 17 00:00:00 2001 From: Guangcong Luo Date: Fri, 3 Jan 2014 22:45:43 -0600 Subject: [PATCH] Work around teambuilder virus issue There's a virus floating around that's causing teambuilder not to work for many users. Further investigation shows that it deletes the tenth byte before the utilichart.js include, changing a into and preventing the utilichart.js include from working. This change prevents the virus from interfering with utilichart.js, and also makes it possible to detect the virus. We currently don't do anything after detecting it, though. --- index.template.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/index.template.html b/index.template.html index 0275e41a7..8d56323c9 100644 --- a/index.template.html +++ b/index.template.html @@ -133,6 +133,9 @@ @@ -144,7 +147,9 @@ - + + +