CC-5385: Shows with negative duration time are created with inverted time
This commit is contained in:
parent
3261bd6307
commit
533fbeb5f6
2 changed files with 3 additions and 6 deletions
|
@ -693,7 +693,7 @@ function setAddShowEvents() {
|
|||
}
|
||||
})
|
||||
|
||||
function calculateDuration(endDateTime, startDateTime){
|
||||
function calculateDuration(startDateTime, endDateTime){
|
||||
var loadingIcon = $('#icon-loader-small');
|
||||
|
||||
loadingIcon.show();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue