mirror of
https://passt.top/passt
synced 2025-02-21 18:32:22 +00:00
test: Fix name of CI asciinema player in perf links handler
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
parent
c47d9f7ee0
commit
08b7a2ec38
@ -114,11 +114,10 @@ for (var i = 0; i < perf_links.length; i++) {
|
||||
}
|
||||
|
||||
event.preventDefault();
|
||||
ci_video_player.dispose();
|
||||
ci_video_player = AsciinemaPlayer.create(
|
||||
"/builds/latest/web/ci.cast",
|
||||
ci_video,
|
||||
{ startAt: seek, autoplay: true });
|
||||
ci_player.dispose();
|
||||
ci_player = AsciinemaPlayer.create("/builds/latest/web/ci.cast",
|
||||
ci_video,
|
||||
{ startAt: seek, autoplay: true });
|
||||
|
||||
window.scrollTo({ top: top, behavior: "smooth" })
|
||||
}, false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user