mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-21 07:50:37 +01:00
Merge branch 'master' into develop
This commit is contained in:
@@ -383,7 +383,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