diff --git a/public/src/modules/quickreply.js b/public/src/modules/quickreply.js index 84f91d4461..90f9f59be3 100644 --- a/public/src/modules/quickreply.js +++ b/public/src/modules/quickreply.js @@ -64,7 +64,7 @@ define('quickreply', [ tid: ajaxify.data.tid, handle: isAnon ? 'anonymous' : undefined, content: replyMsg, - scheduledDate: replyAt || null + scheduledDate: replyAt || null, }; const replyLen = replyMsg.length; if (replyLen < parseInt(config.minimumPostLength, 10)) {