index.html: Supply nmbug.js as a bookmarklet
authorW. Trevor King <wking@tremily.us>
Sat, 20 Sep 2014 18:46:55 +0000 (11:46 -0700)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Sep 2014 20:12:03 +0000 (13:12 -0700)
commit3726dbe199d574cc231b71b21bafc3e7a598bf55
tree764ef7857782c85e6bf358df7ad55708a1349af2
parentf6536078d32ed6dbacfb70fc96423b30bee21ec4
index.html: Supply nmbug.js as a bookmarklet

Distribute the bookmarklet as a link, so folks can just drag it up
onto their bookmark toolbar.

We're trying to avoid external dependencies, so I don't want to force
folks to load nmbug.js whenever they run the bookmarklet.  Instead,
load_bookmarklet fetches nmbug.js, adds a bit of wrapping code to
create the bookmarklet, and injects that as the nmbug link's href.
index.html [new file with mode: 0644]