Merge branch 'master' of dev.sourcefabric.org:campcaster
This commit is contained in:
commit
b43db577dd
6 changed files with 50 additions and 48 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue