Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jrtcppv committed Nov 22, 2024
1 parent fc38638 commit cee481a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/js/annotation/annotation-multi.js
Original file line number Diff line number Diff line change
Expand Up @@ -1475,8 +1475,8 @@ export class AnnotationMulti extends TatorElement {
for (let idx = 0; idx < video_info.length; idx++) {
setup_video(idx, info[idx]);
this._videos[idx].style.zIndex = "unset";
}
}

const searchParams = new URLSearchParams(window.location.search);
this._fps_of_max = fps_of_max;
this._totalTime.textContent =
Expand Down

0 comments on commit cee481a

Please sign in to comment.