Merge branch 'master' of dev.sourcefabric.org:campcaster

This commit is contained in:
mkonecny 2011-02-11 11:56:29 -05:00
commit b43db577dd
6 changed files with 50 additions and 48 deletions

View file

@ -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();
}