nmbug.js: Stub out a dialog for editing tags
authorW. Trevor King <wking@tremily.us>
Sat, 20 Sep 2014 22:32:38 +0000 (15:32 -0700)
committerW. Trevor King <wking@tremily.us>
Sun, 21 Sep 2014 12:18:58 +0000 (05:18 -0700)
commit1ef3b56c8763994e28305723c65474324d5b676f
tree2b7e1d06f826488676c867b8dfd06fedc4b110ae
parent540b3e0484f22955636ec9bbb0f6daac0456d3cb
nmbug.js: Stub out a dialog for editing tags

It lists the associated Message-ID and tags, but I haven't added
JavaScript to support editing the tag list yet.  I'm using the
<dialog> element [1] to float this dialog over the launching page
(e.g. Gmane), so we don't have to worry about mucking with whatever's
going on there ;).

[1]: https://html.spec.whatwg.org/multipage/forms.html#the-dialog-element
nmbug.js