aboutsummaryrefslogtreecommitdiff
path: root/lib/serve.js
diff options
context:
space:
mode:
authorcel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2019-12-10 07:42:46 +1300
committercel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2019-12-10 07:42:46 +1300
commit1440e747ee632fb5ab7cc37da59965086524e4de (patch)
treef3af5f7e687d611c912e1d5b430a2b678a676e84 /lib/serve.js
parentb614cb87e82036808f31e0940b9a67f609212fe4 (diff)
downloadpatchfoo-1440e747ee632fb5ab7cc37da59965086524e4de.tar.gz
patchfoo-1440e747ee632fb5ab7cc37da59965086524e4de.zip
Activate mention attendees checkbox
Diffstat (limited to 'lib/serve.js')
-rw-r--r--lib/serve.js1
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'})),