only append the error message to one .primary (bug 704335)
This commit is contained in:
Родитель
87c6c697d3
Коммит
fd7b5e396e
|
@ -14,7 +14,7 @@ function gotVerifiedEmail(assertion, redirectTo, domContext) {
|
|||
function displayErrBox(errmsg) {
|
||||
$('.loading-submit').removeClass('loading-submit');
|
||||
|
||||
$('section.primary', domContext).prepend(
|
||||
$('section.primary', domContext).eq(0).prepend(
|
||||
format('<div class="notification-box error">'
|
||||
+ '<ul><h2>{0}</h2></ul></div>', [errmsg]));
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче