CC-3718: Please enable user to input the mail server settings
-fixed soundcloud settings from collapsing if there are form input errors
This commit is contained in:
parent
d498c51814
commit
5b9add360c
2 changed files with 6 additions and 1 deletions
|
@ -5,6 +5,11 @@ function showErrorSections() {
|
|||
$(window).scrollTop($("#soundcloud-settings .errors").position().top);
|
||||
}
|
||||
|
||||
if($("#email-server-settings .errors").length > 0) {
|
||||
$("#email-server-settings").show();
|
||||
$(window).scrollTop($("#email-server-settings .errors").position().top);
|
||||
}
|
||||
|
||||
if($("#livestream-settings .errors").length > 0) {
|
||||
$("#livestream-settings").show();
|
||||
$(window).scrollTop($("#livestream-settings .errors").position().top);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue