From: W. Trevor King Date: Sat, 20 Sep 2014 19:35:23 +0000 (-0700) Subject: index.html: Avoid interpreting nmbug.js as text/xml X-Git-Tag: v0.1.0~33 X-Git-Url: http://git.tremily.us/?p=nmhive.git;a=commitdiff_plain;h=2eee8497cd86c1af2e9ef8013e3d3d29fe4d6c47 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. --- diff --git a/index.html b/index.html index 952b669..dd55e34 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,7 @@