CC-5385: Shows with negative duration time are created with inverted time

This commit is contained in:
denise 2013-10-10 11:16:39 -04:00
parent 3261bd6307
commit 533fbeb5f6
2 changed files with 3 additions and 6 deletions

View file

@ -693,7 +693,7 @@ function setAddShowEvents() {
}
})
function calculateDuration(endDateTime, startDateTime){
function calculateDuration(startDateTime, endDateTime){
var loadingIcon = $('#icon-loader-small');
loadingIcon.show();