From 2eee8497cd86c1af2e9ef8013e3d3d29fe4d6c47 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 20 Sep 2014 12:35:23 -0700 Subject: [PATCH] index.html: Avoid interpreting nmbug.js as text/xml When loaded from file:///.../index.html, Firefox seems to assume nmbug.js is text/xml. If you're serving nmbug.js from an actual server, this shouldn't be a problem, but the explicit override makes local testing easier. --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 952b669..dd55e34 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,7 @@