nmbug.js: Fill in the POST /mid/<message_id> handling
authorW. Trevor King <wking@tremily.us>
Sun, 21 Sep 2014 13:41:39 +0000 (06:41 -0700)
committerW. Trevor King <wking@tremily.us>
Sun, 21 Sep 2014 13:41:39 +0000 (06:41 -0700)
commitf6bb68b5e9462511d93f184fa7bb937bbd00bfec
tree4f877a8dcc002f7fd631a38929e0331885875845
parentbad85dfa649deb0db5173cec25cffcc7128eae8d
nmbug.js: Fill in the POST /mid/<message_id> handling

This is currently only (un)setting one tag per request.  If we want, a
later optimization could queue changes and push them all at once (e.g.
after a user pushes a submit button).  It would also be nice to update
the UI based on the list of returned tags, so we hear about changes
made by parallel parties.
nmbug.js