stop alerting you guys no seriously

This commit is contained in:
Matt Claypotch 2012-11-15 12:47:19 -08:00
Родитель 39a0c5cd37
Коммит 4928485110
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -49,7 +49,8 @@ function gotVerifiedEmail(assertion) {
if(!err.msg) {
err.msg = gettext("BrowserID login failed. Maybe you don't have an account under that email address?") + " " + textStatus + " " + error;
}
alert(err.msg);
var el = $(err.msg);
z.page.trigger('notify', {msg: el.text()});
}
$.Deferred().reject(err);
}