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
1 changed files with 4 additions and 5 deletions
|
@ -114,9 +114,8 @@ for (var i = 0; i < perf_links.length; i++) {
|
||||||
}
|
}
|
||||||
|
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
ci_video_player.dispose();
|
ci_player.dispose();
|
||||||
ci_video_player = AsciinemaPlayer.create(
|
ci_player = AsciinemaPlayer.create("/builds/latest/web/ci.cast",
|
||||||
"/builds/latest/web/ci.cast",
|
|
||||||
ci_video,
|
ci_video,
|
||||||
{ startAt: seek, autoplay: true });
|
{ startAt: seek, autoplay: true });
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue