mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 00:15:46 +01:00
closes #1208
This commit is contained in:
@@ -217,7 +217,7 @@ var socket,
|
||||
.append($('<strong>' + title + '</strong>'))
|
||||
.append($('<p>' + params.message + '</p>'));
|
||||
|
||||
if (params.location === null) {
|
||||
if (!params.location) {
|
||||
params.location = 'alert_window';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user