diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2019-12-10 07:42:46 +1300 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2019-12-10 07:42:46 +1300 |
commit | 1440e747ee632fb5ab7cc37da59965086524e4de (patch) | |
tree | f3af5f7e687d611c912e1d5b430a2b678a676e84 | |
parent | b614cb87e82036808f31e0940b9a67f609212fe4 (diff) | |
download | patchfoo-1440e747ee632fb5ab7cc37da59965086524e4de.tar.gz patchfoo-1440e747ee632fb5ab7cc37da59965086524e4de.zip |
Activate mention attendees checkbox
-rw-r--r-- | lib/serve.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/serve.js b/lib/serve.js index b5ca5a3..9a2eeed 100644 --- a/lib/serve.js +++ b/lib/serve.js @@ -3718,6 +3718,7 @@ Serve.prototype.composer = function (opts, cb) { ) ) : '', closeIssueCheckbox(done()), + mentionAttendeesCheckbox(done()), h('div', h('input.wide', {name: 'content_warning', size: 70, value: data.content_warning || '', placeholder: 'Content Warning'})), |