Cause @all or @everyone to alert everyone

(imported from commit e2d1cd8b6ea4f2cbae82d052643a5b88e979931c)
This commit is contained in:
Jeff Arnold 2013-02-12 09:56:21 -05:00
parent e2f3a85dbd
commit 875e125fb9
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ function browser_desktop_notifications_on () {
exports.initialize = function () {
names = fullname.toLowerCase().split(" ");
names.push(email.split("@")[0].toLowerCase());
names.push("all");
names.push("everyone");
$(window).focus(function () {
window_has_focus = true;