This commit is contained in:
barisusakli
2014-03-13 13:49:22 -04:00
parent e3df487173
commit 2bb5918b6c

View File

@@ -217,7 +217,7 @@ var socket,
.append($('<strong>' + title + '</strong>')) .append($('<strong>' + title + '</strong>'))
.append($('<p>' + params.message + '</p>')); .append($('<p>' + params.message + '</p>'));
if (params.location === null) { if (!params.location) {
params.location = 'alert_window'; params.location = 'alert_window';
} }