Skip to content
This repository has been archived by the owner on Jun 18, 2022. It is now read-only.

Commit

Permalink
remove random number
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Verstraeten committed Aug 1, 2017
1 parent a31355c commit 9b42949
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions public/js/app/controllers/hullselection.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ define(["jquery", "app/controllers/event", "app/models/Hull", "app/views/HullSel
context = canvas.getContext("2d");

video = document.createElement("video");
var randomNumber = Math.random();
video.src = videos[videos.length-1].src + '?' + randomNumber;
video.src = videos[videos.length-1].src;

video.addEventListener('loadeddata', function()
{
Expand Down

0 comments on commit 9b42949

Please sign in to comment.