Skip to content

Commit

Permalink
Update quickreply.js
Browse files Browse the repository at this point in the history
  • Loading branch information
RongYYYY authored Oct 24, 2024
1 parent 89fdd49 commit 402e9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/src/modules/quickreply.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit 402e9b9

Please sign in to comment.