index.html: Avoid interpreting nmbug.js as text/xml
authorW. Trevor King <wking@tremily.us>
Sat, 20 Sep 2014 19:35:23 +0000 (12:35 -0700)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Sep 2014 20:14:52 +0000 (13:14 -0700)
commit2eee8497cd86c1af2e9ef8013e3d3d29fe4d6c47
treed0a9079094965cce60007a786485865096096eae
parent3726dbe199d574cc231b71b21bafc3e7a598bf55
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