mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-16 18:56:15 +01:00
fix: allow escape to close chat modals
This commit is contained in:
@@ -357,6 +357,7 @@ define('forum/chats', [
|
||||
modal = bootbox.dialog({
|
||||
title: '[[modules:chat.rename-room]]',
|
||||
message: html,
|
||||
onEscape: true,
|
||||
buttons: {
|
||||
save: {
|
||||
label: '[[global:save]]',
|
||||
|
||||
Reference in New Issue
Block a user