added opening what section if errors
This commit is contained in:
parent
9634a0735a
commit
2b1163a157
|
@ -181,6 +181,9 @@ function setAddShowEvents() {
|
|||
|
||||
function showErrorSections() {
|
||||
|
||||
if($("#schedule-show-what .errors").length > 0) {
|
||||
$("#schedule-show-what").show();
|
||||
}
|
||||
if($("#schedule-show-when .errors").length > 0) {
|
||||
$("#schedule-show-when").show();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue