mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 09:06:15 +01:00
fix: closes #11708, fix quick reply check
This commit is contained in:
@@ -371,7 +371,7 @@ define('forum/topic', [
|
||||
}
|
||||
|
||||
function setupQuickReply() {
|
||||
if (config.enableQuickReply || config.theme.enableQuickReply) {
|
||||
if (config.enableQuickReply || (config.theme && config.theme.enableQuickReply)) {
|
||||
quickreply.init();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user