added opening what section if errors
This commit is contained in:
parent
9634a0735a
commit
2b1163a157
1 changed files with 3 additions and 0 deletions
|
@ -181,6 +181,9 @@ function setAddShowEvents() {
|
||||||
|
|
||||||
function showErrorSections() {
|
function showErrorSections() {
|
||||||
|
|
||||||
|
if($("#schedule-show-what .errors").length > 0) {
|
||||||
|
$("#schedule-show-what").show();
|
||||||
|
}
|
||||||
if($("#schedule-show-when .errors").length > 0) {
|
if($("#schedule-show-when .errors").length > 0) {
|
||||||
$("#schedule-show-when").show();
|
$("#schedule-show-when").show();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue