Merge branch '1.9.1' into devel

This commit is contained in:
Martin Konecny 2011-09-19 12:48:15 -04:00
commit debfcc112d
2 changed files with 31 additions and 29 deletions

View file

@ -381,6 +381,9 @@ function setAddShowEvents() {
}else{
duration = '0m';
}
if(isNaN(duration)){
duration = '1h';
}
$('#add_show_duration').val(duration);
}